1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: cleanup hyprland nix file

This commit is contained in:
oddlama 2024-07-07 00:16:35 +02:00
parent f097c8f175
commit 9b25252bed
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -39,7 +39,6 @@ in {
++ [
"NIXOS_OZONE_WL,1"
"MOZ_ENABLE_WAYLAND,1"
"MOZ_WEBRENDER,1"
"_JAVA_AWT_WM_NONREPARENTING,1"
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
"QT_QPA_PLATFORM,wayland"
@ -139,7 +138,7 @@ in {
accel_profile = "flat";
touchpad = {
natural_scroll = "no";
natural_scroll = false;
disable_while_typing = true;
clickfinger_behavior = true;
scroll_factor = 0.7;
@ -156,8 +155,7 @@ in {
debug.disable_logs = false;
misc = {
vfr = 1;
vrr = 1;
vrr = 1; # 1 = always on
disable_hyprland_logo = true;
mouse_move_focuses_monitor = false;
};