mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01: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
|
||||
|
||||
|
||||
@@ -103,11 +103,6 @@ master {
|
||||
new_on_top = true
|
||||
}
|
||||
|
||||
# See: https://wiki.hyprland.org/Configuring/Variables
|
||||
gestures {
|
||||
workspace_swipe = off
|
||||
}
|
||||
|
||||
#-- Input ----------------------------------------------------
|
||||
# Configure mouse and touchpad here.
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user