From 699fbddc3d831c24071fe9633f0b6264fa2fd100 Mon Sep 17 00:00:00 2001 From: Blallo Date: Sun, 14 May 2023 11:44:42 +0200 Subject: [PATCH] Toggle resolution when headless --- bindings.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings.conf b/bindings.conf index 1b009e6..29e4c8c 100644 --- a/bindings.conf +++ b/bindings.conf @@ -172,6 +172,8 @@ mode "resize" { } bindsym $mod+r mode "resize" +bindsym $mod+Shift+r exec /home/leo/.bin/toggle_resolution_headless.sh + default_border none # vim:syntax=swayconfig: