blob: bc63edb42766d6ae4d41ece321e20476804da540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# vi: ft=i3config
bindsym $mod+minus [class="KeePassXC"] scratchpad show
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
|