From e2c25c6a2b958448a70833aa1d8b886a820658c6 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 18 Dec 2020 15:29:15 +0100 Subject: [PATCH] sway: update keybinds --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config b/config index 719ae91..4b9a172 100644 --- a/config +++ b/config @@ -61,7 +61,7 @@ output DP-1 disable bindsym $mod+Shift+q kill # Start your launcher - bindsym $mod+d exec $menu + bindsym $mod+p exec $menu # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -136,7 +136,7 @@ output DP-1 disable bindsym $mod+v splitv # Switch the current container between different layout styles - bindsym $mod+s layout stacking + bindsym $mod+q layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split @@ -158,11 +158,11 @@ output DP-1 disable # You can send windows there and get them back later. # Move the currently focused window to the scratchpad - bindsym $mod+Shift+minus move scratchpad + bindsym $mod+Shift+s move scratchpad # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. - bindsym $mod+minus scratchpad show + bindsym $mod+s scratchpad show # # Resizing containers: #