32 lines
530 B
Plaintext
32 lines
530 B
Plaintext
# vim: ft=swayconfig
|
|
# Other sway config
|
|
|
|
# Hide cursor
|
|
seat seat0 hide_cursor 300
|
|
|
|
|
|
set $font_size 11
|
|
font xft:FiraCode $font_size
|
|
|
|
floating_modifier $mod
|
|
|
|
focus_follows_mouse no
|
|
mouse_warping none
|
|
popup_during_fullscreen smart
|
|
smart_borders on
|
|
|
|
# kill focused window
|
|
for_window [tiling] border pixel 3
|
|
for_window [title="Picture-in-Picture"] sticky enable
|
|
for_window [title="Picture-in-Picture"] border pixel 0
|
|
|
|
|
|
no_focus [title="^Peek preview$"]
|
|
no_focus [class="feh"]
|
|
|
|
|
|
bar {
|
|
position bottom
|
|
status_command i3blocks
|
|
}
|