Skip to content

Commit d22df65

Browse files
committed
hyprland: set __GL_THREADED_OPTIMIZATIONS to fix launch errors
1 parent b47e2e5 commit d22df65

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.config/hypr/hyprland.conf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ $menu = wofi --show drun
4747
env = XCURSOR_SIZE,24
4848
env = HYPRCURSOR_SIZE,24
4949

50+
# https://github.com/Admicos/minecraft-wayland/issues/55#issuecomment-1862200380
51+
env = __GL_THREADED_OPTIMIZATIONS,0
52+
5053

5154
#####################
5255
### LOOK AND FEEL ###
@@ -59,7 +62,7 @@ general {
5962
gaps_in = 5
6063
gaps_out = 20
6164

62-
border_size = 2
65+
border_size = 3
6366

6467
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
6568
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
@@ -172,11 +175,17 @@ bind = $mainMod, Q, killactive,
172175
bind = $mainMod, M, exit,
173176
#bind = $mainMod, E, exec, $fileManager
174177
bind = $mainMod, V, togglefloating,
178+
bind = SUPER, W, exec, hyprctl dispatch togglegroup
179+
175180
bind = $mainMod, D, exec, $menu
176181
bind = $mainMod, P, pseudo, # dwindle
177182
bind = $mainMod, E, togglesplit, # dwindle
178183
bind = $mainMod, F, fullscreen,
179184

185+
# Move focus in group
186+
bind = $mainMod CONTROL, left, changegroupactive, b
187+
bind = $mainMod CONTROL, right, changegroupactive, f
188+
180189
# Move focus with mainMod + arrow keys
181190
bind = $mainMod, left, movefocus, l
182191
bind = $mainMod, right, movefocus, r

0 commit comments

Comments
 (0)