dotfiles/.config/sway/config.common

32 lines
875 B
Plaintext
Raw Normal View History

2024-03-04 08:57:46 +01:00
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 [class="^Supersonic$"] 4
2024-03-10 23:20:12 +01:00
assign [app_id="^transmission-remote-gtk$"] 5
assign [app_id="^minigalaxy$"] 8
assign [class="^steam"] 8
2024-03-04 08:57:46 +01:00
for_window [app_id="_scratchpad$"] move scratchpad
for_window [app_id="^claws-mail$" title="^Error$"] floating enable
2024-03-04 08:57:46 +01:00
input type:keyboard {
xkb_variant nodeadkeys
xkb_options caps:super,compose:sclk,compose:menu
2024-03-04 08:57:46 +01:00
}
exec dbus-update-activation-environment WAYLAND_DISPLAY DISPLAY XDG_CURRENT_DESKTOP=sway
2024-03-04 08:57:46 +01:00
# vim: set ft=swayconfig: -*- mode: i3wm-config; -*-