From 02c462e350ac0fcf11bf576538bba2457a600a68 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 17 Oct 2025 12:42:29 +0300 Subject: hypr: add gestures --- .config/hypr/conf/gestures.conf | 2 ++ .config/hypr/hyprland.conf | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .config/hypr/conf/gestures.conf (limited to '.config') diff --git a/.config/hypr/conf/gestures.conf b/.config/hypr/conf/gestures.conf new file mode 100644 index 0000000..ac2ade3 --- /dev/null +++ b/.config/hypr/conf/gestures.conf @@ -0,0 +1,2 @@ +gesture = 3, horizontal, workspace +gesture = 3, vertical, fullscreen diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3899666..329117c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -11,6 +11,8 @@ source = ~/.config/hypr/conf/sound_brightness_notifications.conf source = ~/.config/hypr/conf/windowrules.conf +source = ~/.config/hypr/conf/gestures.conf + # Some default env vars. env = GDK_BACKEND,wayland,x11,* env = QT_QPA_PLATFORM,wayland;xcb @@ -106,14 +108,10 @@ master { new_status = master } -gestures { - # See https://wiki.hyprland.org/Configuring/Variables/ - workspace_swipe = on -} - misc { # See https://wiki.hyprland.org/Configuring/Variables/ force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers + enable_anr_dialog = false } binds { -- cgit v1.2.3-70-g09d2