aboutsummaryrefslogtreecommitdiffstats
path: root/config/awesome
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-02-06 11:02:59 +0100
committerÓscar Nájera <hi@oscarnajera.com>2022-02-06 11:02:59 +0100
commit2342e352a40b9a0d3c29cd03c38a579d16f5fe9a (patch)
tree17f9f820d6eb18b8e0643f7879c7642014b6408e /config/awesome
parenta7d92ac89578ed8899b146d2bb14ac0347ff77f0 (diff)
downloaddotfiles-2342e352a40b9a0d3c29cd03c38a579d16f5fe9a.tar.gz
dotfiles-2342e352a40b9a0d3c29cd03c38a579d16f5fe9a.tar.bz2
dotfiles-2342e352a40b9a0d3c29cd03c38a579d16f5fe9a.zip
desktop screen setup
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"