Sway config is now workable

This commit is contained in:
Martin Larsson 2024-06-02 09:25:54 +02:00
parent d4c7d9040e
commit d89154c1ae

View file

@ -73,38 +73,19 @@ exec swayidle -w \
# #
# Layout stuff: # Layout stuff:
# #
# You can "split" the current object of your focus with # Inverse the split to match neovim directions
# $mod+b or $mod+v, for horizontal and vertical splits bindsym $mod+v splith
# respectively. bindsym $mod+h splitv
bindsym $mod+b splith
bindsym $mod+v splitv
# Switch the current container between different layout styles # Switch the current container between different layout styles
bindsym $mod+s layout stacking bindsym $mod+t layout tabbed
bindsym $mod+w layout tabbed bindsym $mod+s layout toggle split
bindsym $mod+e layout toggle split
# Make the current focus fullscreen # Make the current focus fullscreen
bindsym $mod+f fullscreen bindsym $mod+f fullscreen
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# Move focus to the parent container # Move focus to the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
#
# Scratchpad:
#
# Sway has a "scratchpad", which is a bag of holding for windows.
# You can send windows there and get them back later.
# Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus 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
#
# Resizing containers: # Resizing containers:
# #
mode "resize" { mode "resize" {