al-skel/bspwm-home/.config/bspwm/bspwmrc

26 lines
516 B
Plaintext
Raw Normal View History

#!/bin/sh
2017-10-16 14:38:02 -05:00
2018-08-14 00:30:34 -05:00
# set root pointer
xsetroot -cursor_name left_ptr
2017-10-23 18:35:35 -05:00
# key bindings
2021-12-22 20:08:26 -06:00
sxhkd -c "$HOME/.config/bspwm/sxhkdrc" &
2018-03-03 00:35:19 -06:00
2018-08-18 15:16:42 -05:00
# panel
2019-09-15 01:20:26 -05:00
tint2 &
2018-08-18 15:16:42 -05:00
# Set some bsp specific stuff
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 window_gap 12
bspc config border_width 2
2017-10-16 14:38:02 -05:00
bspc config split_ratio 0.62
bspc config borderless_monocle true
bspc config gapless_monocle true
2017-10-16 14:38:02 -05:00
bspc config pointer_modifier mod1
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action3 resize_corner