This commit is contained in:
2025-06-24 18:11:42 +02:00
parent 7a538e379a
commit e3f46df30e
5 changed files with 22 additions and 55 deletions

View File

@@ -1,22 +0,0 @@
{ config, pkgs, ... }:
{
wayland.windowManager.hyprland = {
enable = true;
settings = {
monitor = ",preferred,auto,1";
exec-once = "hyprpaper & waybar";
input = {
kb_layout = "de";
follow_mouse = 1;
};
bind = [
"SUPER,Return,exec,alacritty"
"SUPER,q,killactive"
"SUPER,space,togglefloating"
];
decoration.rounding = 8;
misc.vfr = true;
};
};
}