Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan McCarty 1b341d757d
More tweaks 2023-06-18 19:10:27 -04:00
Nathan McCarty 7f1ad0e285
Specify monitor resolution 2023-06-18 19:10:10 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -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";
}; };

View File

@ -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