mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-28 03:37:06 +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 = CTRL ALT, l, exec, swaylock
|
||||||
bind = $mod SHIFT, x, exec, wlogout
|
bind = $mod SHIFT, x, exec, wlogout
|
||||||
bind = $mod, n, exec, nm-connection-editor # need install network-manager-applet
|
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
|
new_on_top = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# See: https://wiki.hyprland.org/Configuring/Variables
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = off
|
|
||||||
}
|
|
||||||
|
|
||||||
#-- Input ----------------------------------------------------
|
#-- Input ----------------------------------------------------
|
||||||
# Configure mouse and touchpad here.
|
# Configure mouse and touchpad here.
|
||||||
input {
|
input {
|
||||||
|
|||||||
Reference in New Issue
Block a user