switched gpu drivers

This commit is contained in:
paul-loedige
2020-12-21 18:40:41 +01:00
parent 0615c3832d
commit f498da4541
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -578,8 +578,8 @@ top_bar = bar.Bar([
#region Screens #region Screens
screens = [ screens = [
Screen(bottom=top_bar), Screen(bottom=top_bar),
Screen(top=main_bar),
Screen(top=left_bar), Screen(top=left_bar),
Screen(top=main_bar),
] ]
#endregion #endregion
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xrandr --output DVI-I-1 --primary --mode 1440x900 --pos 1969x0 --rotate normal --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output HDMI-1 --mode 1920x1080 --pos 0x513 --rotate left xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2080x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x566 --rotate left --output DP-0 --off --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off