chore: Mimic macOS' Spotlight keymap
This commit is contained in:
parent
1eaeedfd76
commit
3fbd6337a3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue