diff options
author | Yigit Sever | 2025-10-17 12:42:29 +0300 |
---|---|---|
committer | Yigit Sever | 2025-10-17 12:42:29 +0300 |
commit | 02c462e350ac0fcf11bf576538bba2457a600a68 (patch) | |
tree | b17a0a69e3557bcef5e861f9c06d755390eec0e5 /.config | |
parent | 6913389d60aa621d71d993671c1f80e08daaa6c0 (diff) | |
download | dotfiles-02c462e350ac0fcf11bf576538bba2457a600a68.tar.gz dotfiles-02c462e350ac0fcf11bf576538bba2457a600a68.tar.bz2 dotfiles-02c462e350ac0fcf11bf576538bba2457a600a68.zip |
hypr: add gestures
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/conf/gestures.conf | 2 | ||||
-rw-r--r-- | .config/hypr/hyprland.conf | 8 |
2 files changed, 5 insertions, 5 deletions
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 @@ | |||
1 | gesture = 3, horizontal, workspace | ||
2 | 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 | |||
11 | 11 | ||
12 | source = ~/.config/hypr/conf/windowrules.conf | 12 | source = ~/.config/hypr/conf/windowrules.conf |
13 | 13 | ||
14 | source = ~/.config/hypr/conf/gestures.conf | ||
15 | |||
14 | # Some default env vars. | 16 | # Some default env vars. |
15 | env = GDK_BACKEND,wayland,x11,* | 17 | env = GDK_BACKEND,wayland,x11,* |
16 | env = QT_QPA_PLATFORM,wayland;xcb | 18 | env = QT_QPA_PLATFORM,wayland;xcb |
@@ -106,14 +108,10 @@ master { | |||
106 | new_status = master | 108 | new_status = master |
107 | } | 109 | } |
108 | 110 | ||
109 | gestures { | ||
110 | # See https://wiki.hyprland.org/Configuring/Variables/ | ||
111 | workspace_swipe = on | ||
112 | } | ||
113 | |||
114 | misc { | 111 | misc { |
115 | # See https://wiki.hyprland.org/Configuring/Variables/ | 112 | # See https://wiki.hyprland.org/Configuring/Variables/ |
116 | force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers | 113 | force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers |
114 | enable_anr_dialog = false | ||
117 | } | 115 | } |
118 | 116 | ||
119 | binds { | 117 | binds { |