From a37d863237aabc17b2440026021bf1a5b5750646 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 22:08:22 +0200 Subject: [PATCH] sway: add keybind to toggle window borders --- .config/sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index a067276..718dfc4 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -269,6 +269,14 @@ bindsym $mod+Ctrl+r exec alacritty --class ranger -e ranger } +# +# Borders +# +bindsym --to-code +{ + $mod+ctrl+semicolon border toggle +} + # Notifications bindsym Control+Space exec makoctl dismiss bindsym Control+Shift+Space exec makoctl dismiss --all