diff options
Diffstat (limited to '.config/sway/config.d/quake')
| -rw-r--r-- | .config/sway/config.d/quake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/sway/config.d/quake b/.config/sway/config.d/quake new file mode 100644 index 0000000..48b7dd3 --- /dev/null +++ b/.config/sway/config.d/quake @@ -0,0 +1,10 @@ +exec --no-startup-id kitty --app-id quake + +for_window [app_id="quake"] { + floating enable, + border none, + move container to scratchpad, + sticky +} + +bindsym $mod+Shift+Return [app_id="quake"] scratchpad show, resize set width 400 height 400, move position cursor, border pixel |
