a hyprland tweak

This commit is contained in:
Reid 2024-12-17 01:56:14 -08:00
parent c8af85d481
commit af25753785
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 7 additions and 1 deletions

View file

@ -159,7 +159,7 @@ in {
", Print, exec, ${screenshotScript} area"
"$mod SHIFT, S, exec, ${screenshotScript} area"
# fullscreen
", Print, exec, ${screenshotScript} fullscreen"
"CTRL, Print, exec, ${screenshotScript} fullscreen"
"$mod SHIFT CTRL, S, exec, ${screenshotScript} fullscreen"
", XF86LaunchA, exec, ${screenshotScript} area"
@ -358,11 +358,17 @@ in {
};
misc = {
# disable default eye candy
force_default_wallpaper = 0;
disable_splash_rendering = true;
disable_hyprland_logo = true;
# there is zero reason to have this enabled
# what were they thinking
initial_workspace_tracking = 0;
vfr = true;
vrr = 2;
};
};
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB