diff options
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 1 | ||||
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
| -rw-r--r-- | zsh/.zshrc | 5 |
3 files changed, 5 insertions, 3 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 575a5bd..9652fdc 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
| @@ -23,6 +23,7 @@ bspc config borderless_monocle true | |||
| 23 | bspc config gapless_monocle true | 23 | bspc config gapless_monocle true |
| 24 | 24 | ||
| 25 | bspc rule -a firefox desktop='^2' | 25 | bspc rule -a firefox desktop='^2' |
| 26 | bspc rule -a Brave-browser desktop='^2' | ||
| 26 | bspc rule -a Spotify desktop='^3' | 27 | bspc rule -a Spotify desktop='^3' |
| 27 | bspc rule -a telegram-desktop desktop='^7' | 28 | bspc rule -a telegram-desktop desktop='^7' |
| 28 | bspc rule -a Pcmanfm desktop='^4' | 29 | bspc rule -a Pcmanfm desktop='^4' |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index bea5460..9e8c55d 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
| @@ -28,7 +28,7 @@ super + Escape | |||
| 28 | # | 28 | # |
| 29 | # bspwm hotkeys | 29 | # bspwm hotkeys |
| 30 | super + shift + w | 30 | super + shift + w |
| 31 | firefox | 31 | brave-beta |
| 32 | control + alt + l | 32 | control + alt + l |
| 33 | light-locker-command -l | 33 | light-locker-command -l |
| 34 | super + shift + f | 34 | super + shift + f |
| @@ -5,7 +5,7 @@ | |||
| 5 | export ZSH="/home/ssaini/.oh-my-zsh" | 5 | export ZSH="/home/ssaini/.oh-my-zsh" |
| 6 | export VISUAL=nvim | 6 | export VISUAL=nvim |
| 7 | export EDITOR="$VISUAL" | 7 | export EDITOR="$VISUAL" |
| 8 | export BROWSER=firefox | 8 | export BROWSER=brave-beta |
| 9 | export PATH=$PATH:$HOME/.local/bin | 9 | export PATH=$PATH:$HOME/.local/bin |
| 10 | export XDG_CURRENT_DESKTOP=bspwm | 10 | export XDG_CURRENT_DESKTOP=bspwm |
| 11 | 11 | ||
| @@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm | |||
| 13 | # load a random theme each time oh-my-zsh is loaded, in which case, | 13 | # load a random theme each time oh-my-zsh is loaded, in which case, |
| 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME | 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME |
| 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
| 16 | ZSH_THEME="takashiyoshida" | 16 | ZSH_THEME="refined" |
| 17 | SPACESHIP_CHAR_SYMBOL=" " | 17 | SPACESHIP_CHAR_SYMBOL=" " |
| 18 | SPACESHIP_PROMPT_ADD_NEWLINE=false | 18 | SPACESHIP_PROMPT_ADD_NEWLINE=false |
| 19 | 19 | ||
| @@ -109,6 +109,7 @@ alias wm="vim ~/.config/bspwm/bspwmrc" | |||
| 109 | alias f="ranger" | 109 | alias f="ranger" |
| 110 | alias bb="cat /proc/acpi/bbswitch" | 110 | alias bb="cat /proc/acpi/bbswitch" |
| 111 | alias ncu="nmcli connection up " | 111 | alias ncu="nmcli connection up " |
| 112 | alias nct="nmtui-connect" | ||
| 112 | alias ncd="nmcli connection down " | 113 | alias ncd="nmcli connection down " |
| 113 | alias pg="ping google.com" | 114 | alias pg="ping google.com" |
| 114 | alias py="/bin/python" | 115 | alias py="/bin/python" |
