add bspwm

This commit is contained in:
Václav Uruba 2020-10-30 19:44:44 +01:00
parent fdbdd1e54b
commit 20c18a8ceb
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

27
bspwm/.config/bspwm/bspwmrc Executable file
View File

@ -0,0 +1,27 @@
#! /bin/sh
# bspc monitor -d I II III IV V VI VII VIII IX X
bspc monitor eDP -d I II III
bspc monitor HDMI-A-0 -d IV V VI VII VIII XI
polybar main &
bspc config border_width 3
bspc config window_gap 4
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config remove_disabled_monitors true
bspc config remove_unplugged_monitors true
bspc config merge_overlapping_monitors true
bspc rule -a Gimp desktop='^8' state=floating follow=on
#bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
init_monitors