diff options
| author | JameyBear <WhispersofJ@gmail.com> | 2020-06-01 15:29:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 15:29:57 -0400 |
| commit | f820ccf4dd69d4cf784fca4fc0e1ae273993077e (patch) | |
| tree | da152f42dc7b4597b63bc63297032a640b410eb0 /.config/bspwm/bspwmrc | |
| parent | 87b0754319a00648cd20b7f013cc821868f6d25e (diff) | |
| download | eibhear-f820ccf4dd69d4cf784fca4fc0e1ae273993077e.tar.gz eibhear-f820ccf4dd69d4cf784fca4fc0e1ae273993077e.tar.zst eibhear-f820ccf4dd69d4cf784fca4fc0e1ae273993077e.zip | |
Shellcheck (#676)
Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
Diffstat (limited to '.config/bspwm/bspwmrc')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 95ff5db..36b9abc 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -13,7 +13,7 @@ if ! echo "$mainmonitor" | grep LVDS >/dev/null 2>&1; then fi # Start workspaces on the main monitor. -bspc monitor $mainmonitor -d 1 2 3 4 5 6 7 8 9 10 +bspc monitor "$mainmonitor" -d 1 2 3 4 5 6 7 8 9 10 bspc desktop -f 1 # If you want a multi-monitor display or something else, I leave that to you to @@ -26,7 +26,7 @@ bspc config top_padding 24 # top_padding I set equal to polybar's height bspc config focus_follows_pointer true dropdownname="dropdown" -bspc query -N -n .hidden >/dev/null || setsid -f $TERMINAL -n "$dropdownname" -e dropdown >/dev/null 2>&1 +bspc query -N -n .hidden >/dev/null || setsid -f "$TERMINAL" -n "$dropdownname" -e dropdown >/dev/null 2>&1 bspc rule -a St:$dropdownname hidden=on bspc rule -a St:$dropdownname sticky=on bspc rule -a St:$dropdownname state=floating |
