aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-05-29 10:17:16 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-05-29 10:17:16 +0200
commit9d3a54bdd8b9670c689e71fac5d74a40361494c6 (patch)
treecc2998b85f9a847d1e5204c93369e09af219567b
parentbf1756818138d62bdf63f7779bcf1ad24a783cb1 (diff)
downloaddotfiles-9d3a54bdd8b9670c689e71fac5d74a40361494c6.tar.gz
dotfiles-9d3a54bdd8b9670c689e71fac5d74a40361494c6.tar.bz2
dotfiles-9d3a54bdd8b9670c689e71fac5d74a40361494c6.zip
fix screen
-rw-r--r--config/awesome/rc.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 7643e01..bd4130b 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -46,12 +46,8 @@ if "titanroam" == hostname then
-- awful.spawn.with_shell("nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1") -- load the gpu performance profile saved in home
awful.spawn.with_shell("xrandr --output eDP1 --mode 1920x1080 --output HDMI2 --mode 1920x1080 --left-of eDP1 --primary")
awful.spawn.with_shell("xinput --set-prop \"SYN1B7E:01 06CB:2970 Touchpad\" \"Synaptics Two-Finger Scrolling\" 1 1")
-
-elseif "klappbier" == hostname then
+elseif "klappbier" == hostname or "archlive" == hostname then
awful.spawn.with_shell("xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1-3 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal")
-
-elseif "archlive" == hostname then
- awful.spawn.with_shell("xrandr --output eDP1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP1-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output DP1-3 --mode 1920x1080 --pos 0x0 --rotate normal")
end
-- {{{ Variable definitions