blob: 27b174fc08f4b8f3573f006cc379678169ea8b5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
bindsym $mod+Shift+Return exec "termite -t termite_floating"
for_window [title="termite_floating"] floating enable
for_window [title="termite_floating"] resize set 1000 700
for_window [class="Nextcloud"] floating enable
|