Compare commits

...

2 Commits

Author SHA1 Message Date
c217e3297b hyprland: enable direct_scanout 2025-04-28 09:14:47 +02:00
c41a642593 hyprland: add smart gaps 2025-04-28 09:14:35 +02:00

View File

@ -206,11 +206,14 @@ in
force_default_wallpaper = 0; force_default_wallpaper = 0;
# we do, in fact, want direct scanout
# no_direct_scanout = false;
vfr = true; # power saving vfr = true; # power saving
}; };
render = {
# we do, in fact, want direct scanout
direct_scanout = true;
};
# Input # Input
input = { input = {
kb_layout = "de"; kb_layout = "de";
@ -241,6 +244,11 @@ in
"8, monitor:eDP-1" "8, monitor:eDP-1"
"9, monitor:eDP-1" "9, monitor:eDP-1"
"10, monitor:eDP-1" "10, monitor:eDP-1"
# smart gaps (none when only one window in workspace)
"w[t1], gapsin:0, gapsout:0, border:1"
"w[tg1], gapsin:0, gapsout:0, border:1"
"f[1], gapsin:0, gapsout:0, border:1"
]; ];
# Mouse binds # Mouse binds