From aaee6f77d9b67308be7bbdeae935e1e9532cc35b Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 26 Dec 2020 18:55:05 +0100 Subject: [PATCH] [sway] add keyboard-shortcut for wdisplays --- sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/config b/sway/config index 67bd035..18de7ef 100644 --- a/sway/config +++ b/sway/config @@ -146,6 +146,9 @@ bindsym --locked XF86AudioNext exec playerctl next bindsym --locked XF86AudioPrev exec playerctl previous bindsym --locked XF86AudioStop exec playerctl stop +# show helper for display-management +bindsym XF86Display exec wdisplays + # main commands bindsym $mod+Shift+c reload bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'