bspwm: new settings for new design
This commit is contained in:
parent
8056b9be3a
commit
4cd434b4e2
2 changed files with 26 additions and 21 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Some UI stuff
|
||||
nitrogen --restore
|
||||
nice ~/.config/scripts/bar.sh &
|
||||
|
||||
# Battery observer
|
||||
nice -n 20 ~/.config/scripts/batteryobserver.sh &
|
||||
|
@ -20,9 +19,12 @@ xss-lock -- ~/.config/scripts/lock.sh &
|
|||
# Auto hiding mouse
|
||||
unclutter --timeout 2 -b
|
||||
|
||||
# Bars
|
||||
nice ~/.config/scripts/bar2.sh 2>&1 1>~/.baroutput &
|
||||
|
||||
# Autostart programs
|
||||
( sleep 3; (
|
||||
nice thunderbird &
|
||||
nice psi-plus &
|
||||
nice pidgin &
|
||||
nice urxvt -name "Weechat" -e "weechat" &
|
||||
) ) &
|
||||
|
|
|
@ -4,36 +4,30 @@ INTERN="LVDS1"
|
|||
EXTERN="VGA1"
|
||||
|
||||
bspc monitor $INTERN -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor $EXTERN -d 1 2 3 4 5 6 7 8 9
|
||||
#bspc monitor $EXTERN -d 1 2 3 4 5 6 7 8 9
|
||||
|
||||
bspc control --adopt-orphans
|
||||
bspc wm --adopt-orphans
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config -m $INTERN top_padding 18
|
||||
bspc config window_gap 2
|
||||
# bspc config -m $INTERN top_padding 18
|
||||
bspc config window_gap 4
|
||||
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
|
||||
bspc config auto_cancel true
|
||||
#bspc config auto_cancel true
|
||||
bspc config ignore_ewmh_focus true
|
||||
bspc config remove_disabled_monitor true
|
||||
#bspc config remove_disabled_monitor true
|
||||
|
||||
bspc config active_border_color "#545350"
|
||||
bspc config focused_border_color "#7E7F89"
|
||||
|
||||
# Mouse
|
||||
bspc config "pointer_modifier" "mod4"
|
||||
bspc config "pointer_action1" "move"
|
||||
bspc config "pointer_action2" "resize_corner"
|
||||
|
||||
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
|
||||
|
||||
#VBAM
|
||||
bspc rule -a InputOutput state=floating
|
||||
|
||||
#Nitrogen
|
||||
bspc rule -a Nitrogen state=floating
|
||||
|
@ -45,9 +39,18 @@ bspc rule -a onboard manage=off
|
|||
bspc rule -a plugin-container state=fullscreen
|
||||
|
||||
bspc desktop LVDS1:^9 -l monocle
|
||||
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 "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'
|
||||
|
||||
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
|
||||
|
||||
wmname LG3D
|
||||
|
||||
|
|
Loading…
Reference in a new issue