diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-01 12:38:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-01 12:38:43 -0500 |
commit | 87ff8235010e197a8b6015800da53642c0bafb3a (patch) | |
tree | d4744a451fb9e7849592a65950620c35b27de94e | |
parent | 585f7de3fb7110b57c6e78f02242a8a5c7a855d1 (diff) | |
download | i3-config-87ff8235010e197a8b6015800da53642c0bafb3a.tar.lz i3-config-87ff8235010e197a8b6015800da53642c0bafb3a.tar.xz i3-config-87ff8235010e197a8b6015800da53642c0bafb3a.zip |
update display devices
-rw-r--r-- | config | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |