From 2c322b6afed039e385fc1222f3d7b0e9fa551c84 Mon Sep 17 00:00:00 2001 From: juan Date: Sun, 12 Jun 2022 22:45:34 +0800 Subject: [PATCH] update sway keybind --- .config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 258d0ff..7936363 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -24,7 +24,7 @@ exec dbus-update-activation-environment --all bindsym $mod+Ctrl+l exec ~/.config/sway/scripts/logout.sh bindsym $mod+Print exec ~/.config/sway/scripts/grimshot-ui.sh -bindsym $mod+n exec swaync-client -t -sw +bindsym $mod+m exec swaync-client -t -sw #set gtk theme @@ -77,10 +77,12 @@ bindsym $mod+Shift+s floating toggle ; sticky toggle ; resize set 800 600 ; move # Start a terminal bindsym $mod+Return exec $term +bindsym $mod+n exec $term # Kill focused window bindsym $mod+w kill # Start your launcher bindsym $mod+Shift+Return exec $menu +bindsym $mod+Shift+n exec $menu floating_modifier $mod normal