2017-10-16 14:38:02 -05:00
|
|
|
#! /bin/sh
|
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
# key bindings
|
|
|
|
sxhkd &
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
# wallpaper
|
|
|
|
nitrogen --restore &
|
|
|
|
|
|
|
|
# set super key to launch rofi
|
2017-10-23 18:35:35 -05:00
|
|
|
ksuperkey -e 'Super_L=Alt_L|F1' &
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
# launch compton
|
|
|
|
al-compositor --start &
|
|
|
|
|
|
|
|
# restore wallpaper
|
|
|
|
nitrogen --restore &
|
|
|
|
|
|
|
|
# gnome polkit
|
2017-10-23 18:35:35 -05:00
|
|
|
lxpolkit &
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
# panel
|
2017-10-23 18:35:35 -05:00
|
|
|
al-tint2-session &
|
|
|
|
sleep 1; launch-polybar &
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
bspc config border_width 3
|
2017-10-23 18:35:35 -05:00
|
|
|
bspc config window_gap 12
|
2017-10-16 14:38:02 -05:00
|
|
|
bspc config top_padding 18
|
|
|
|
bspc config right_padding 0
|
|
|
|
bspc config bottom_padding 0
|
|
|
|
bspc config left_padding 0
|
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
bspc config split_ratio 0.54
|
2017-10-16 14:38:02 -05:00
|
|
|
bspc config borderless_monocle false
|
|
|
|
bspc config gapless_monocle true
|
|
|
|
bspc config paddingless_monocle true
|
|
|
|
|
|
|
|
bspc config pointer_modifier mod1
|
|
|
|
bspc config click_to_focus true
|
|
|
|
bspc configpointer_action1 move
|
|
|
|
bspc config pointer_action2 resize_side
|
|
|
|
bspc config pointer_action3 resize_corner
|
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
bspc rule -a thunar desktop='^1' state=floating follow=on
|
|
|
|
bspc rule -a firefox desktop='^2'
|
|
|
|
bspc rule -a mplayer2 state=floating
|
2017-10-16 14:38:02 -05:00
|
|
|
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
|