29 lines
749 B
Plaintext
29 lines
749 B
Plaintext
workspace_layout tabbed
|
|
focus_follows_mouse no
|
|
mouse_warping none
|
|
focus_wrapping yes
|
|
workspace_auto_back_and_forth no
|
|
# The window will always be marked urgent, but the focus will not be stolen.
|
|
focus_on_window_activation urgent
|
|
|
|
default_border normal 2
|
|
hide_edge_borders both
|
|
|
|
assign [app_id="^firefox$"] 1
|
|
assign [app_id="^claws-mail$"] 2
|
|
assign [app_id="^nheko$"] 2
|
|
assign [app_id="^transmission-remote-gtk$"] 5
|
|
assign [app_id="^minigalaxy$"] 8
|
|
assign [class="^steam"] 8
|
|
|
|
for_window [app_id="_scratchpad$"] move scratchpad
|
|
|
|
input type:keyboard {
|
|
xkb_variant nodeadkeys
|
|
xkb_options caps:super
|
|
}
|
|
|
|
exec dbus-update-activation-environment WAYLAND_DISPLAY DISPLAY XDG_CURRENT_DESKTOP=sway
|
|
|
|
# vim: set ft=swayconfig: -*- mode: i3wm-config; -*-
|