mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Update monitor indentifier
This commit is contained in:
parent
3548a10425
commit
e380763242
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
bspc monitor DP-0 -d 1 2 3 4 5 6 7 8 9 10
|
bspc monitor DVI-I-1 -d 1 2 3 4 5 6 7 8 9 10
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
bspc config window_gap 5
|
bspc config window_gap 5
|
||||||
|
@ -48,6 +48,6 @@ grep -x sxhkd > /dev/null || sxhkd &
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
||||||
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
|
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
|
||||||
~/.local/bin/dual-polybar-launcher &
|
~/.local/bin/single-polybar-launcher &
|
||||||
sh ~/.fehbg &
|
sh ~/.fehbg &
|
||||||
dex -ae bspwm &
|
dex -ae bspwm &
|
||||||
|
|
|
@ -7,7 +7,7 @@ margin-bottom = 0
|
||||||
margin-top = 0
|
margin-top = 0
|
||||||
|
|
||||||
[bar/one]
|
[bar/one]
|
||||||
monitor = DP-0
|
monitor = DVI-I-1
|
||||||
monitor-fallback =
|
monitor-fallback =
|
||||||
monitor-strict = false
|
monitor-strict = false
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
Loading…
Reference in a new issue