aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"