sway/.config/sway/available/general/base.conf

25 lines
582 B
Plaintext

# Sway Config: Base Behavior
#
# Thurstylark
# Set default layout for new workspaces
workspace_layout default
# Set default layout for containers
default_orientation horizontal
# Set default border style
default_border pixel
default_floating_border pixel
# Only enable borders if the workspace has >1 visible children
smart_borders on
# Make window "sticky" to the output regardless of workspace
bindsym $mod+Shift+s sticky toggle
# Drag windows: $mod+mouse1
# Resize windows: $mod+mouse2
# Despite the name, also works for non-floating windows.
floating_modifier $mod normal