From f498da4541b2a4babd757647d23eac8ff89f30e2 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 21 Dec 2020 18:40:41 +0100 Subject: [PATCH] switched gpu drivers --- qtile/.config/qtile/config.py | 2 +- screen-layout/.screenlayout/layout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index 7ac690e..a2410be 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -578,8 +578,8 @@ top_bar = bar.Bar([ #region Screens screens = [ Screen(bottom=top_bar), - Screen(top=main_bar), Screen(top=left_bar), + Screen(top=main_bar), ] #endregion diff --git a/screen-layout/.screenlayout/layout.sh b/screen-layout/.screenlayout/layout.sh index 36cc243..e365681 100755 --- a/screen-layout/.screenlayout/layout.sh +++ b/screen-layout/.screenlayout/layout.sh @@ -1,2 +1,2 @@ #!/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