chore: Mimic macOS' Spotlight keymap

This commit is contained in:
ziro 2023-04-06 08:05:36 +07:00
parent 1eaeedfd76
commit 3fbd6337a3
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -84,11 +84,11 @@ $mainMod = SUPER # Super Key = General MOD for WM
$metaMod = SUPER ALT # Super + Alt = MOD key(s) that control/modify the WM's behaviour
$spaceMod = SUPER SHIFT # Super + Shift = MOD key(s) that control/modify the Workspace's behaviour
bind = $mainMod, space, exec, kitty
bind = $mainMod, T, exec, kitty
bind = $mainMod, Q, killactive,
bind = $mainMod, B, exec, $BROWSER
bind = , Print, exec, flameshot gui
bind = , XF86Search, exec, tofi-run
bind = $mainMod, Space, exec, tofi-run
bind = $metaMod, Q, exit,
bind = $metaMod, F, togglefloating,
bind = $metaMod, P, pseudo, # for dwindle only