dotfiles/.config/bspwm/bspwmrc
mitchell b76aac107e Add desktop environment configs and provisioning scripts for debian
- Add qutebrowser configs
- Add xfce4-panel config
- Add provision_debian script
- Add upgrade_debian script
- Refactor sync script to separate terminal and desktop env configs
2020-09-29 03:02:28 -04:00

28 lines
627 B
Bash
Executable file

#! /bin/sh
setxkbmap -option altwin:swap_alt_win
setxkbmap -option ctrl:swapcaps
sxhkd &
wmname LG3D
xfce4-panel -d &
picom -b
~/.fehbg &
bspc monitor -d I II III IV V VI VII
bspc config border_width 2
bspc config window_gap 12
bspc config top_padding 24
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focused_border_color '#83a598'
# bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2'
# bspc rule -a mplayer2 state=floating
# bspc rule -a Kupfer.py focus=on
# bspc rule -a Screenkey manage=off