diff --git a/dotfiles/.sway/config b/dotfiles/.sway/config index 92c61e3..5169095 100644 --- a/dotfiles/.sway/config +++ b/dotfiles/.sway/config @@ -153,23 +153,24 @@ input type:touchpad { bindsym $mod+v splitv # Switch the current container between different layout styles - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split + #bindsym $mod+s layout stacking + #bindsym $mod+w layout tabbed + #bindsym $mod+e layout toggle split # Make the current focus fullscreen bindsym $mod+f fullscreen - # Toggle the current focus between tiling and floating mode - bindsym $mod+Shift+space floating toggle + ## Toggle the current focus between tiling and floating mode + #bindsym $mod+Shift+space floating toggle + bindsym $mod+p floating toggle - # Swap focus between the tiling area and the floating area - bindsym $mod+space focus mode_toggle + ## Swap focus between the tiling area and the floating area + #bindsym $mod+space focus mode_toggle bindsym --release Print exec bash -c "commands wl-screenshot" # Move focus to the parent container - bindsym $mod+a focus parent + #bindsym $mod+a focus parent # # Scratchpad: #