aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-01 12:38:43 -0500
committerJesús <heckyel@hyperbola.info>2021-10-01 12:38:43 -0500
commit87ff8235010e197a8b6015800da53642c0bafb3a (patch)
treed4744a451fb9e7849592a65950620c35b27de94e
parent585f7de3fb7110b57c6e78f02242a8a5c7a855d1 (diff)
downloadi3-config-87ff8235010e197a8b6015800da53642c0bafb3a.tar.lz
i3-config-87ff8235010e197a8b6015800da53642c0bafb3a.tar.xz
i3-config-87ff8235010e197a8b6015800da53642c0bafb3a.zip
update display devices
-rw-r--r--config8
1 files changed, 4 insertions, 4 deletions
diff --git a/config b/config
index cd08be6..c594a85 100644
--- a/config
+++ b/config
@@ -261,10 +261,10 @@ bindsym Pause exec "bash $HOME/.config/i3/scripts/i3lock.bash"
# Set the shortcuts and what they do
set $mode_display Ext Screen (v) VGA ON, (h) HDMI ON, (x) VGA OFF, (y) HDMI OFF
mode "$mode_display" {
- bindsym v exec --no-startup-id xrandr --output VGA1 --auto --right-of LVDS1, mode "default"
- bindsym h exec --no-startup-id xrandr --output HDMI1 --auto --right-of LVDS1, mode "default"
- bindsym x exec --no-startup-id xrandr --output VGA1 --auto --off, mode "default"
- bindsym y exec --no-startup-id xrandr --output HDMI1 --auto --off, mode "default"
+ bindsym v exec --no-startup-id xrandr --output VGA-1 --auto --right-of LVDS-1, mode "default"
+ bindsym h exec --no-startup-id xrandr --output HDMI-1 --auto --right-of LVDS-1, mode "default"
+ bindsym x exec --no-startup-id xrandr --output VGA-1 --auto --off, mode "default"
+ bindsym y exec --no-startup-id xrandr --output HDMI-1 --auto --off, mode "default"
# back to normal: Enter or Escape
bindsym Return mode "default"