aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-05-24 10:13:22 +0200
committerOscar Najera <hi@oscarnajera.com>2023-05-24 10:25:07 +0200
commit1e37224dbece58bfc2bbc2ff5f934759c0d0be2e (patch)
tree3fde190970d6376dcc899fa55f7ec119028d49e6 /config
parente97f570f69dd6328520cf35ffdea2844e2a9d682 (diff)
downloaddotfiles-1e37224dbece58bfc2bbc2ff5f934759c0d0be2e.tar.gz
dotfiles-1e37224dbece58bfc2bbc2ff5f934759c0d0be2e.tar.bz2
dotfiles-1e37224dbece58bfc2bbc2ff5f934759c0d0be2e.zip
horizontal screen again
Diffstat (limited to 'config')
-rw-r--r--config/awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 127ebf0..c7d88e4 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -45,7 +45,8 @@ local hostname = io.popen("uname -n"):read()
-- 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 eDP-1 --mode 1920x1080 --pos 0x0 --output HDMI-2 --primary --mode 1920x1080 --pos 1920x0")
-- awful.spawn.with_shell("xrandr --output eDP-1 --mode 1920x1080 --pos 0x360 --output HDMI-2 --primary --mode 3440x1440 --pos 1920x0")
-awful.spawn.with_shell("xrandr --output HDMI-A-0 --mode 1920x1080 --rotate right --output DisplayPort-0 --mode 3440x1440 --pos 1080x0")
+-- awful.spawn.with_shell("xrandr --output HDMI-A-0 --mode 1920x1080 --rotate right --output DisplayPort-0 --mode 3440x1440 --pos 1080x0") -- vertical
+awful.spawn.with_shell("xrandr --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --output DisplayPort-0 --primary --mode 3440x1440 --pos 1920x0")
awful.spawn.with_shell("xinput --set-prop \"SYN1B7E:01 06CB:2970 Touchpad\" \"Synaptics Two-Finger Scrolling\" 1 1")