a hyprland tweak
This commit is contained in:
parent
c8af85d481
commit
af25753785
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue