Skip to content

Commit

Permalink
made some small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
keystroke3 committed Dec 14, 2019
1 parent 56081d3 commit d74d296
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alias update="yay -Syyuu"
alias get="yay -S"
alias search="yay -Fs"
alias wr="wget -r -np -nH --cut-dirs=3 -p -e robots=off -U mozilla -c -R.html"
alias y480="youtube-dl -f '[height<480]'"
alias y480="youtube-dl -f '[height<=480]'"
alias kick="yay -Rns"
alias clone="cd && cd ~/gitclones && git clone"
alias verad="sudo veracrypt -d"
Expand Down Expand Up @@ -130,3 +130,4 @@ alias mh="find -type f -exec mv -v {} . \;"
alias python="/usr/bin/python3"
alias y1080="youtube-dl -f '[height<=1080]'"
alias carousel="~/.config/polybar/scripts/theme-change-prompt.sh --show"
alias ytv="cd ~/Videos/youtube"
10 changes: 5 additions & 5 deletions .bash_prompt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/lib/python3.7/site-packages/powerline/bindings/bash/powerline.sh

#powerline-daemon -q
#POWERLINE_BASH_CONTINUATION=1
#POWERLINE_BASH_SELECT=1
#. /usr/lib/python3.7/site-packages/powerline/bindings/bash/powerline.sh
PS1="\\u@\h \\W]\\$"
5 changes: 3 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_RPROMPT_ON_NEWLINE=true
POWERLEVEL9K_COLOR_SCHEME='light'
POWERLEVEL9K_VCS_BRANCH_ICON=$'\uF126 '
POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
POWERLEVEL9K_SHORTEN_DELIMITER=""
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
POWERLEVEL9K_SHORTEN_DELIMITER="..."
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"

POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user dir)
Expand Down Expand Up @@ -131,3 +131,4 @@ fi

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

# save path on cd
Empty file added bspwm/autostart
Empty file.
11 changes: 7 additions & 4 deletions bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,17 @@ bspc rule -a Oblogout state=floating
bspc rule -a Gnome-disks state=floating
bspc rule -a Yad state=floating
bspc rule -a yad-calender=floating

bspc rule -a Carousel.py state=floating
bspc rule -a persepolis state=floating
bspc rule -a bluetooth state=floating

#open applications on specific workspaces
bspc rule -a firefox desktop='^1'
bspc rule -a persepolis state=floating
bspc rule -a bluetooth state=floating
bspc rule -a steam desktop='4'
bspc rule -a *Thunderbird* dekstop='^10'
bspc rule -a Thunderbird desktop='^10'
bspc rule -a tauon.py state=floating desktop='^9'


#polybar hidden when fullscreen for vlc, youtube, mpv ...
#find out the name of your monitor with xrandr
#xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_DP-1)
Expand Down
2 changes: 1 addition & 1 deletion kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ map kitty_mod+shift+v paste_from_clipboard
#: You can open a new window with the current working directory set to
#: the working directory of the current window using::

#: map ctrl+alt+enter new_window_with_cwd
#: map ctrl+alt+enter new_window_with_cwd

#: You can open a new window that is allowed to control kitty via the
#: kitty remote control facility by prefixing the command line with @.
Expand Down

0 comments on commit d74d296

Please sign in to comment.