diff options
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index bcfcf28..0650a5a 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
| @@ -10,7 +10,7 @@ compton --config ~/.config/compton.conf & | |||
| 10 | ~/.config/bat_check.sh & | 10 | ~/.config/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/mountains.jpg & |
| 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 |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index fcd8ad5..93ee2a4 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # wm independent hotkeys | 1 | # wm independent hotkeys |
| 2 | ## terminal emulator | 2 | ## terminal emulator |
| 3 | super + Return | 3 | super + Return |
| 4 | urxvt | 4 | urxvtc |
| 5 | super + shift + Return | 5 | super + shift + Return |
| 6 | bspc rule -a \* -o state=floating && urxvt | 6 | bspc rule -a \* -o state=floating && urxvtc |
| 7 | 7 | ||
| 8 | # program launcher | 8 | # program launcher |
| 9 | super + @space | 9 | super + @space |
