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"
|
", Print, exec, ${screenshotScript} area"
|
||||||
"$mod SHIFT, S, exec, ${screenshotScript} area"
|
"$mod SHIFT, S, exec, ${screenshotScript} area"
|
||||||
# fullscreen
|
# fullscreen
|
||||||
", Print, exec, ${screenshotScript} fullscreen"
|
"CTRL, Print, exec, ${screenshotScript} fullscreen"
|
||||||
"$mod SHIFT CTRL, S, exec, ${screenshotScript} fullscreen"
|
"$mod SHIFT CTRL, S, exec, ${screenshotScript} fullscreen"
|
||||||
|
|
||||||
", XF86LaunchA, exec, ${screenshotScript} area"
|
", XF86LaunchA, exec, ${screenshotScript} area"
|
||||||
|
@ -358,11 +358,17 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
|
# disable default eye candy
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
disable_splash_rendering = true;
|
disable_splash_rendering = true;
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
|
|
||||||
|
# there is zero reason to have this enabled
|
||||||
|
# what were they thinking
|
||||||
initial_workspace_tracking = 0;
|
initial_workspace_tracking = 0;
|
||||||
|
|
||||||
|
vfr = true;
|
||||||
|
vrr = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
Loading…
Add table
Add a link
Reference in a new issue