configfiles/bspwm/.config/bspwm/bspwmrc

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-05-29 20:51:46 +02:00
#!/bin/sh
INTERN="LVDS1"
EXTERN="VGA1"
2015-06-11 11:51:43 +02:00
bspc monitor $INTERN -d 1 2 3 4 5 6 7 8 9
2016-11-05 22:27:26 +01:00
#bspc monitor $EXTERN -d 1 2 3 4 5 6 7 8 9
2015-05-29 20:51:46 +02:00
2016-11-05 22:27:26 +01:00
bspc wm --adopt-orphans
2015-05-29 20:51:46 +02:00
bspc config border_width 1
2016-11-05 22:27:26 +01:00
# bspc config -m $INTERN top_padding 18
bspc config window_gap 4
2015-05-29 20:51:46 +02:00
bspc config split_ratio 0.5
bspc config borderless_monocle true
bspc config gapless_monocle false
bspc config focus_follows_pointer true
#bspc config auto_alternate true
2016-11-05 22:27:26 +01:00
#bspc config auto_cancel true
2015-05-29 20:51:46 +02:00
bspc config ignore_ewmh_focus true
2016-11-05 22:27:26 +01:00
#bspc config remove_disabled_monitor true
2015-05-29 20:51:46 +02:00
2015-06-23 20:03:09 +02:00
bspc config active_border_color "#545350"
bspc config focused_border_color "#7E7F89"
2016-11-05 22:27:26 +01:00
# Mouse
bspc config "pointer_modifier" "mod4"
bspc config "pointer_action1" "move"
bspc config "pointer_action2" "resize_corner"
2015-06-23 20:03:09 +02:00
2015-05-29 20:51:46 +02:00
#Nitrogen
bspc rule -a Nitrogen state=floating
2015-05-29 20:51:46 +02:00
# Onboard keyboard
bspc rule -a onboard manage=off
# Flash
bspc rule -a plugin-container state=fullscreen
2015-05-29 20:51:46 +02:00
bspc desktop LVDS1:^9 -l monocle
2016-11-05 22:27:26 +01:00
bspc rule -a "Psi-plus" desktop='LVDS1:^9'
bspc rule -a "Thunderbird" desktop='LVDS1:^9'
bspc rule -a "Weechat:*" desktop='LVDS1:^9'
bspc rule -a "Pidgin:*" desktop='LVDS1:^9'
2016-12-20 10:26:09 +01:00
bspc rule -a "Gajim" desktop='LVDS1:^9'
2016-11-05 22:27:26 +01:00
bspc rule -a viewnior state=floating
bspc rule -a feh state=floating
bspc rule -a mpv state=floating
bspc rule -a "URxvt:*" state=floating
bspc rule -a Thunar state=floating
bspc rule -a QEMU state=floating
bspc rule -a Gimp focus=on
2015-05-29 20:51:46 +02:00
wmname LG3D