blob: 13ee226792b82e4a99c4d68ecd27b8bcb7f6d036 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# swayr daemon config. The daemon (swayrd) runs as a systemd user
# service tied to sway-session.target. The only feature we use is
# auto-tile: on every new window, swayrd issues splith or splitv on
# the focused container based on its width-vs-height. Everything else
# (menu launcher, format strings, …) is unused — swayr is *not* bound
# to any keybinds here.
[layout]
auto_tile = true
|