summaryrefslogtreecommitdiff
path: root/bspwm/.config
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm/.config')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc11
1 files changed, 5 insertions, 6 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index ac37b7c..435fa42 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -1,17 +1,15 @@
1#! /bin/sh 1#! /bin/sh
2 2
3sxhkd & 3sxhkd &
4urxvtd &
5dunst & 4dunst &
6xset b off &
7xset s 600 &
8xbacklight -set 40 &
9xss-lock -- /home/ssaini/bin/lock &
10unclutter & 5unclutter &
6xss-lock -- /home/fd0e/bin/lock &
11compton --config ~/.config/compton.conf & 7compton --config ~/.config/compton.conf &
12~/scrypts/bat_check.sh & 8~/scrypts/bat_check.sh &
13redshift -l 13.082680:80.270718 & 9redshift -l 13.082680:80.270718 &
10xbacklight -set 30 &
14feh --bg-fill ~/Pictures/road.jpg & 11feh --bg-fill ~/Pictures/road.jpg &
12urxvtd &
15 13
16bspc monitor -d term web music files code virt chat game IX X 14bspc monitor -d term web music files code virt chat game IX X
17 15
@@ -22,7 +20,8 @@ bspc config split_ratio 0.52
22bspc config borderless_monocle true 20bspc config borderless_monocle true
23bspc config gapless_monocle true 21bspc config gapless_monocle true
24 22
25bspc rule -a Firefox desktop='^2' 23bspc rule -a firefox desktop='^2'
24bspc rule -a Brave-browser desktop='^2'
26bspc rule -a Spotify desktop='^3' 25bspc rule -a Spotify desktop='^3'
27bspc rule -a telegram-desktop desktop='^7' 26bspc rule -a telegram-desktop desktop='^7'
28bspc rule -a Pcmanfm desktop='^4' 27bspc rule -a Pcmanfm desktop='^4'