blob: c38fd1388cbc54489c1510f3aba0e53a675f1910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# vi: ft=i3config
# XORG
for_window [class="KeePassXC" title="^.*KeePassXC$"] move scratchpad
for_window [class="feh"] floating enable
#titanfall
for_window [class="steam_app_1182480"] floating enable
# floating termite
for_window [title="termite_floating"] floating enable
for_window [title="termite_floating"] resize set 1000 700
for_window [class="Nextcloud"] floating enable
|