shortcuts
This commit is contained in:
@@ -192,20 +192,21 @@ gestures {
|
||||
### KEYBINDINGS ###
|
||||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
# Super Bindings (macOS Transition)
|
||||
bind = SUPER_SHIFT, 1, exec, hyprshot -m output
|
||||
bind = SUPER_SHIFT, 2, exec, hyprshot -m window
|
||||
bind = SUPER_SHIFT, 3, exec, hyprshot -m region
|
||||
bind = SUPER, Q, killactive,
|
||||
bind = SUPER, SPACE, exec, $menu
|
||||
|
||||
bind = $mainMod_ALT, 1, exec, hyprshot -m output
|
||||
bind = $mainMod_ALT, 2, exec, hyprshot -m window
|
||||
bind = $mainMod_ALT, 3, exec, hyprshot -m region
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = ALT # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user