Added sway configs

This commit is contained in:
Gregory Eremin
2020-09-12 09:58:26 +02:00
parent 89518ddde8
commit 016832c36d
13 changed files with 255 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
#
# Layout
#
# Horizontal and vertical split
bindsym $mod+n splith
bindsym $mod+m 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
# Make the current focus fullscreen
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# Move focus to the parent container
bindsym $mod+a focus parent
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.
# Change normal to inverse to use left mouse button for resizing and right
# mouse button for dragging.
floating_modifier $mod normal