Compare commits
2 Commits
94791cd0d9
...
1b341d757d
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | 1b341d757d | |
Nathan McCarty | 7f1ad0e285 |
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
# Make hyprland work
|
# Make hyprland work
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# "WLR_RENDERER" = "pixman";
|
"WLR_RENDERER" = "pixman";
|
||||||
"WLR_RENDERER_ALLOW_SOFTWARE" = "1";
|
"WLR_RENDERER_ALLOW_SOFTWARE" = "1";
|
||||||
"WLR_NO_HARDWARE_CURSORS" = "1";
|
"WLR_NO_HARDWARE_CURSORS" = "1";
|
||||||
};
|
};
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
# Hyprland outputs + tweaks
|
# Hyprland outputs + tweaks
|
||||||
|
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
wayland.windowManager.hyprland.extraConfig = ''
|
||||||
monitor=,preferred,auto,1.5
|
monitor=,2560x1440,auto,1.5
|
||||||
input {
|
input {
|
||||||
# sensitivity = -0.8
|
# sensitivity = -0.8
|
||||||
# accel_profile = flat
|
# accel_profile = flat
|
||||||
|
|
Loading…
Reference in New Issue