From 2342e352a40b9a0d3c29cd03c38a579d16f5fe9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 6 Feb 2022 11:02:59 +0100 Subject: desktop screen setup --- config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/awesome') diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 05d0c2a..633d2f0 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -47,7 +47,7 @@ if "titanroam" == hostname then 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 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") + awful.spawn.with_shell("xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --output DP-1-2 --mode 2560x1440 --pos 3840x0 --output DP-1-3 --primary --mode 1920x1080 --pos 1920x0") end -- {{{ Variable definitions @@ -163,7 +163,7 @@ local tasklist_buttons = gears.table.join( local function set_wallpaper(s) local wallpaper - if "titanroam" == hostname then + if "archlive" == hostname then wallpaper = awful.util.getdir("config") .. "brown-hair-brunette-green-eyes.jpg" elseif "klappbier" == hostname or "archlive" == hostname then wallpaper = awful.util.getdir("config") .. "hot sexy red hair girls.jpg" -- cgit v1.2.3