]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Add new screen
authorMaximilian Friedersdorff <max@friedersdorff.com>
Sat, 18 Sep 2021 11:38:03 +0000 (12:38 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Sat, 18 Sep 2021 11:38:03 +0000 (12:38 +0100)
states/i3/files/config.jinja
states/i3/files/xprofile.jinja

index b1a054ae782300f2417f8db7d9e8cac453c0b6f9..1b2f5f5a8558bfdf65ac1131080413d2e39d296c 100644 (file)
@@ -284,7 +284,7 @@ exec "spotify"
 bar {
   id bar_left
   position top
-  output "DVI-D-0"
+  output "DP-0"
   font pango:Liberation Mono 12
   colors {
     background $black_super
@@ -314,8 +314,8 @@ bar {
   }
 }
 
-workspace 1 output DVI-D-1
-workspace 2 output DP-1
+workspace 1 output DP-0
+workspace 2 output DP-2
 
 {% elif host == 'rhenium' %}
 bar {
index 3fd05e092e9f6df472975198377885bf420c1085..41bacf2e61d96be73e96e816d9b70f1a63df9ada 100755 (executable)
@@ -26,9 +26,9 @@ case $HOSTNAME in
     xrandr --output eDP-1 --off
     ;;
   dubnium)
-    xrandr --output DVI-D-1 --mode 1920x1080 --pos 0x540
-    xrandr --output DP-2 --mode 3840x2160 --pos 1920x0
-    xrandr --output DP-2 --primary
+    xrandr --output DP-0 --mode 2560x1440 --pos 0x0
+    xrandr --output DP-2 --mode 3840x2160 --pos 2560x0
+    xrandr --output DP-0 --primary
     ;;
   *)
     ;;