diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 20:45:45 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 20:45:45 +0100 |
| commit | 09f3a4013e370ad35a8f003eabb0ce9b3140d4b2 (patch) | |
| tree | 6709fb82a66d25cbcd80a8aca70e1f4c1bc91ede /.config/bspwm/bspwmrc | |
| parent | 8e32e3e36c580c5b2bb20a6408b76e22d5eb0125 (diff) | |
added bspwmrc and sxhkdrc
Diffstat (limited to '.config/bspwm/bspwmrc')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..6643d90 --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,22 @@ +#!/bin/bash + +pgrep -x sxhkd >/dev/null || sxhkd -m -1 & + +PRIMARY_MON="HDMI-A-0" +SECONDARY_MON="DisplayPort-2" + +bspc monitor $PRIMARY_MON -d 1 +bspc monitor $SECONDARY_MON -d 2 + +bspc config border_width 1 +bspc config window_gap 1 +bspc config top_padding 14 + +bspc config split_ratio 0.50 +bspc config borderless_monocle true +bspc config gapless_monocle true + +$HOME/.local/bin/polybar-launch + +bspc rule -a mpdinfo state=floating +bspc rule -a Screenkey manage=off |
