.files/dotfiles/config/bspwm/bspwmrc
Philip Henning c377eb276a consolidate and templeate my to files
in order to stop maintainung different files for each operationg system
2021-09-11 23:45:56 +02:00

30 lines
727 B
Bash
Executable file

#! /bin/sh
#
# {{@@ header() @@}}
#
# https://wiki.archlinux.org/index.php/GNOME/Keyring
# Launch sxhkd
sxhkd &
# Launch polybar(s)
{{@@ env['HOME'] @@}}/.config/polybar/launch.sh &
# Set windomanager name to LG3D to get JAVA programs back to work
wmname LG3D
bspc config border_width 2
bspc config window_gap 5
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle false
bspc config click_to_focus true
bspc monitor -d I II III IV V VI VII VIII IX X
bspc rule -a Gimp follow=on floating=on
bspc rule -a xfce4-notes floating=on
bspc rule -a quassel desktop=^9 follow=on
bspc rule -a Franz desktop=^9 follow=on
bspc rule -a Spotify desktop=^10 follow=on