rofi power + nvidia settings
This commit is contained in:
+3
-3
@@ -2,15 +2,15 @@
|
||||
|
||||
# monitor setup
|
||||
if [[ $(cat /etc/hostname) == "gojou" ]]; then
|
||||
bspc monitor DP-1 -d 1 2 3 4 5 101
|
||||
bspc monitor HDMI-1 -d 6 7 8 9 102
|
||||
bspc monitor DP-0 -d 1 2 3 4 5 101
|
||||
bspc monitor HDMI-0 -d 6 7 8 9 102
|
||||
elif [[ $(cat /etc/hostname) == "uzui" ]]; then
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 101
|
||||
else
|
||||
bspc monitor -d 1 101
|
||||
fi
|
||||
|
||||
bspc wm -O DP-1 HDMI-1
|
||||
bspc wm -O DP-0 HDMI-0
|
||||
|
||||
|
||||
# change window settings
|
||||
|
||||
Reference in New Issue
Block a user