rofi power + nvidia settings

This commit is contained in:
2022-05-21 23:13:38 -04:00
parent 5c21103fb2
commit e2e93f227f
5 changed files with 257 additions and 5 deletions
+3 -3
View File
@@ -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