diff options
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 6 | ||||
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
-rw-r--r-- | zsh/.zshrc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 3e9de9e..575a5bd 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -10,19 +10,19 @@ compton --config ~/.config/compton.conf & | |||
10 | ~/scrypts/bat_check.sh & | 10 | ~/scrypts/bat_check.sh & |
11 | redshift -l 13.082680:80.270718 & | 11 | redshift -l 13.082680:80.270718 & |
12 | xbacklight -set 30 & | 12 | xbacklight -set 30 & |
13 | feh --bg-fill ~/Pictures/waves.jpg & | 13 | feh --bg-fill ~/Pictures/ann.png & |
14 | urxvtd & | 14 | urxvtd & |
15 | 15 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 16 | bspc monitor -d term web music files code virt chat game IX X |
17 | 17 | ||
18 | bspc config border_width 2 | 18 | bspc config border_width 3 |
19 | bspc config window_gap 8 | 19 | bspc config window_gap 8 |
20 | 20 | ||
21 | bspc config split_ratio 0.52 | 21 | bspc config split_ratio 0.52 |
22 | bspc config borderless_monocle true | 22 | bspc config borderless_monocle true |
23 | bspc config gapless_monocle true | 23 | bspc config gapless_monocle true |
24 | 24 | ||
25 | bspc rule -a Brave-browser desktop='^2' | 25 | bspc rule -a firefox desktop='^2' |
26 | bspc rule -a Spotify desktop='^3' | 26 | bspc rule -a Spotify desktop='^3' |
27 | bspc rule -a telegram-desktop desktop='^7' | 27 | bspc rule -a telegram-desktop desktop='^7' |
28 | bspc rule -a Pcmanfm desktop='^4' | 28 | bspc rule -a Pcmanfm desktop='^4' |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 31701c2..bea5460 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 | brave | 31 | firefox |
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=brave | 8 | export BROWSER=firefox |
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="gianu" | 16 | ZSH_THEME="takashiyoshida" |
17 | SPACESHIP_CHAR_SYMBOL=" " | 17 | SPACESHIP_CHAR_SYMBOL=" " |
18 | SPACESHIP_PROMPT_ADD_NEWLINE=false | 18 | SPACESHIP_PROMPT_ADD_NEWLINE=false |
19 | 19 | ||