summaryrefslogtreecommitdiffstats
path: root/.config/hypr
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr')
-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 {