tangled
alpha
login
or
join now
vitorpy.com
/
dotfiles
0
fork
atom
vitorpy's Dotfiles
0
fork
atom
overview
issues
pulls
pipelines
Disable hyprexpo plugin to fix crashes
vitorpy
5 months ago
4965c813
2f5acf37
+12
-12
1 changed file
expand all
collapse all
unified
split
private_dot_config
hypr
hyprland.conf
+12
-12
private_dot_config/hypr/hyprland.conf
···
47
47
# Or execute your favorite apps at launch like this:
48
48
49
49
exec-once = hyprctl plugin load /usr/lib64/hyprland/libhyprbars.so
50
50
-
exec-once = hyprctl plugin load /usr/lib64/hyprland/libhyprexpo.so
50
50
+
# exec-once = hyprctl plugin load /usr/lib64/hyprland/libhyprexpo.so
51
51
exec-once = /home/vitorpy/.cargo/bin/hyprcorners
52
52
exec-once = waybar & hyprpaper & hypridle
53
53
exec-once = systemctl --user start hyprpolkitagent
···
148
148
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
149
149
}
150
150
151
151
-
plugin {
152
152
-
hyprexpo {
153
153
-
columns = 3 # Optional: how many columns in the overview grid
154
154
-
gesture_distance = 300 # Minimum gesture distance to trigger (tweak as needed)
155
155
-
gesture_positive = false # false = swipe-up, true = swipe-down
156
156
-
gesture_fingers = 3 # Activate only on a 3-finger swipe
157
157
-
}
158
158
-
}
151
151
+
# plugin {
152
152
+
# hyprexpo {
153
153
+
# columns = 3 # Optional: how many columns in the overview grid
154
154
+
# gesture_distance = 300 # Minimum gesture distance to trigger (tweak as needed)
155
155
+
# gesture_positive = false # false = swipe-up, true = swipe-down
156
156
+
# gesture_fingers = 3 # Activate only on a 3-finger swipe
157
157
+
# }
158
158
+
# }
159
159
160
160
plugin {
161
161
hyprbars {
···
232
232
bind = , Print, exec, $screenshot
233
233
bind = $mainMod, Space, exec, hyprctl switchxkblayout next
234
234
bind = $mainMod, L, exec, hyprlock
235
235
-
bind = $mainMod, grave, hyprexpo:expo, toggle
235
235
+
# bind = $mainMod, grave, hyprexpo:expo, toggle
236
236
237
237
# Move between monitors
238
238
bind = $mainMod shift, n, movewindow, mon:+1
239
239
bind = $mainMod shift, m, exec, /home/vitorpy/.config/hypr/next_free_ws.sh
240
240
241
241
# Move focus with mainMod + arrow keys
242
242
-
bind = $mainMod, left, workspace, e+1
243
243
-
bind = $mainMod, right, workspace, e-1
242
242
+
bind = $mainMod, left, workspace, e-1
243
243
+
bind = $mainMod, right, workspace, e+1
244
244
245
245
# Switch workspaces with mainMod + [0-9]
246
246
bind = $mainMod, 1, workspace, 1