aboutsummaryrefslogtreecommitdiffstats
path: root/config/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome')
-rw-r--r--config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
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"