summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-12-02 12:21:04 +0000
committerShubham Saini <shubham6405@gmail.com>2019-12-02 12:21:04 +0000
commita42df546ce34429759a20bc2c4c240de045dbd0a (patch)
tree4e7153d41d6a1b710f8002f2eb7b64231889b6cf /bspwm
using stow
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc28
1 files changed, 28 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
new file mode 100755
index 0000000..d2c6c82
--- /dev/null
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -0,0 +1,28 @@
1#! /bin/sh
2
3sxhkd &
4dunst &
5unclutter &
6xss-lock /home/ssaini/.config/lock.sh &
7compton --config ~/.config/compton.conf &
8~/.config/bat_check.sh &
9redshift -l 13.082680:80.270718 &
10xbacklight -set 30 &
11feh --bg-fill ~/Pictures/ocean.jpg &
12urxvtd &
13
14bspc monitor -d term web music files code virt chat game IX X
15
16bspc config border_width 2
17bspc config window_gap 8
18
19bspc config split_ratio 0.52
20bspc config borderless_monocle true
21bspc config gapless_monocle true
22
23bspc rule -a Brave-browser desktop='^2'
24bspc rule -a Spotify desktop='^3'
25bspc rule -a telegram-desktop desktop='^7'
26bspc rule -a Pcmanfm desktop='^4'
27
28$HOME/.config/polybar/launch.sh &