summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2025-10-17 12:42:29 +0300
committerYigit Sever2025-10-17 12:42:29 +0300
commit02c462e350ac0fcf11bf576538bba2457a600a68 (patch)
treeb17a0a69e3557bcef5e861f9c06d755390eec0e5 /.config
parent6913389d60aa621d71d993671c1f80e08daaa6c0 (diff)
downloaddotfiles-02c462e350ac0fcf11bf576538bba2457a600a68.tar.gz
dotfiles-02c462e350ac0fcf11bf576538bba2457a600a68.tar.bz2
dotfiles-02c462e350ac0fcf11bf576538bba2457a600a68.zip
hypr: add gestures
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/conf/gestures.conf2
-rw-r--r--.config/hypr/hyprland.conf8
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 @@
1gesture = 3, horizontal, workspace
2gesture = 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
12source = ~/.config/hypr/conf/windowrules.conf 12source = ~/.config/hypr/conf/windowrules.conf
13 13
14source = ~/.config/hypr/conf/gestures.conf
15
14# Some default env vars. 16# Some default env vars.
15env = GDK_BACKEND,wayland,x11,* 17env = GDK_BACKEND,wayland,x11,*
16env = QT_QPA_PLATFORM,wayland;xcb 18env = QT_QPA_PLATFORM,wayland;xcb
@@ -106,14 +108,10 @@ master {
106 new_status = master 108 new_status = master
107} 109}
108 110
109gestures {
110 # See https://wiki.hyprland.org/Configuring/Variables/
111 workspace_swipe = on
112}
113
114misc { 111misc {
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
119binds { 117binds {