From 8336a8095d787186cb302ad043d24e25c02bc386 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Mon, 3 Nov 2025 08:56:45 +0300 Subject: [PATCH] [+] update sway config 1. use shift+mod+q to act more like OSX; --- dotfiles/.sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.sway/config b/dotfiles/.sway/config index b3f60e1..028b6f3 100644 --- a/dotfiles/.sway/config +++ b/dotfiles/.sway/config @@ -79,7 +79,7 @@ bindgesture swipe:4:up exec $lock_cmd # # Basics: # -bindsym Shift+$mod+l exec $lock_cmd +bindsym Shift+$mod+q exec $lock_cmd bindsym --locked Shift+mod1+1 \ exec ~/.local/bin/commands \ @@ -128,8 +128,8 @@ bindsym $mod+m exec zsh -c "commands color_scheme toggle" # Start a terminal bindsym $mod+t exec $term -# Kill focused window -bindsym $mod+Shift+q kill +## Kill focused window +#bindsym $mod+Shift+q kill # Start your launcher bindsym $mod+Return exec $menu