cleanup
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user