Merge updates from recent build
This commit is contained in:
35
home/.config/bspwm/bspwmrc
Normal file → Executable file
35
home/.config/bspwm/bspwmrc
Normal file → Executable file
@ -1,14 +1,13 @@
|
||||
#! /bin/sh
|
||||
|
||||
pkill slstatus &
|
||||
|
||||
xrdb -l $HOME/.Xresources &
|
||||
# key bindings
|
||||
sxhkd &
|
||||
|
||||
# wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# set super key to launch rofi
|
||||
ksuperkey -e 'Super_L=Alt_L|F1'
|
||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
|
||||
# launch compton
|
||||
al-compositor --start &
|
||||
@ -17,37 +16,24 @@ al-compositor --start &
|
||||
nitrogen --restore &
|
||||
|
||||
# gnome polkit
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
lxpolkit &
|
||||
|
||||
# panel
|
||||
launch-polybar &
|
||||
|
||||
# key bindings
|
||||
sxhkd &
|
||||
|
||||
al-tint2-session &
|
||||
sleep 1; launch-polybar &
|
||||
|
||||
|
||||
# set monitors
|
||||
if [[ $(hostname) == 'myhost' ]]; then
|
||||
bspc monitor eDP1 -d I II III IV V VI VII VIII IX X
|
||||
elif [[ $(hostname) == 'otherhost' ]]; then
|
||||
bspc monitor VGA-0 -d I II III IV V
|
||||
bspc monitor VGA-1 -d VI VII VIII IX X
|
||||
elif [[ $(hostname) == 'yetanotherhost' ]]; then
|
||||
bspc monitor DVI-I-3 -d VI VII VIII IX X
|
||||
bspc monitor DVI-I-2 -d I II III IV V
|
||||
fi
|
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
|
||||
bspc config border_width 3
|
||||
bspc config window_gap 0
|
||||
bspc config window_gap 12
|
||||
bspc config top_padding 18
|
||||
bspc config right_padding 0
|
||||
bspc config bottom_padding 0
|
||||
bspc config left_padding 0
|
||||
|
||||
bspc config split_ratio 0.50
|
||||
bspc config split_ratio 0.54
|
||||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle true
|
||||
bspc config paddingless_monocle true
|
||||
@ -58,6 +44,9 @@ bspc configpointer_action1 move
|
||||
bspc config pointer_action2 resize_side
|
||||
bspc config pointer_action3 resize_corner
|
||||
|
||||
bspc rule -a thunar desktop='^1' state=floating follow=on
|
||||
bspc rule -a firefox desktop='^2'
|
||||
bspc rule -a mplayer2 state=floating
|
||||
bspc rule -a Galculator state=floating
|
||||
bspc rule -a Void_Exit_Session state=floating layer=above
|
||||
bspc rule -a Exit_Session state=floating layer=above
|
||||
|
Reference in New Issue
Block a user