mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat(nixos): hyprland - gestures
This commit is contained in:
@@ -136,3 +136,14 @@ bind = CTRL, Print, exec, hyprshot -m region -o ~/Pictures/Screenshots
|
||||
bind = CTRL ALT, l, exec, swaylock
|
||||
bind = $mod SHIFT, x, exec, wlogout
|
||||
bind = $mod, n, exec, nm-connection-editor # need install network-manager-applet
|
||||
|
||||
|
||||
# Gestures
|
||||
# ============================================================================
|
||||
# https://wiki.hypr.land/Configuring/Gestures/
|
||||
|
||||
# gesture = fingers, direction, action, options
|
||||
gesture = 3, horizontal, workspace
|
||||
gesture = 3, down, mod: ALT, close
|
||||
gesture = 3, up, mod: SUPER, scale: 1.5, fullscreen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user