From c73759a2c3d09d0cfc74453c2c7c83d701574928 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 27 Dec 2021 15:20:18 -0600 Subject: [PATCH] keybinds/base.conf: add border toggle keybind --- .config/sway/available/keybinds/base.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/sway/available/keybinds/base.conf b/.config/sway/available/keybinds/base.conf index 24a19a0..36d30b8 100644 --- a/.config/sway/available/keybinds/base.conf +++ b/.config/sway/available/keybinds/base.conf @@ -19,5 +19,9 @@ bindsym $mod+d exec $menu bindsym $mod+Shift+c reload +# Toggle border style with $mod+Shift+b +bindsym $mod+Shift+b border toggle + + # Exit sway bindsym $mod+Shift+e exit