aboutsummaryrefslogtreecommitdiffstats
path: root/bspwm/bspwmrc
blob: 1468bafadc6b08bd485b5f47da64c4cd085b6fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

# Startup programs
sxhkd -m 1 &
compton &
redshift &
sh ~/.fehbg
xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1

$HOME/.config/polybar/launch.sh

bspc monitor -d 1 2 3 4 5 6 7 8 9 10

bspc config border_width         2
bspc config window_gap          12

bspc config split_ratio          0.52
bspc config borderless_monocle   true
bspc config gapless_monocle      true

bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a 'Firefox Developer Edition' desktop='^2'
bspc rule -a Emacs desktop='^2'