add bspwm
This commit is contained in:
parent
fdbdd1e54b
commit
20c18a8ceb
27
bspwm/.config/bspwm/bspwmrc
Executable file
27
bspwm/.config/bspwm/bspwmrc
Executable 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
|
||||
Loading…
x
Reference in New Issue
Block a user