fix desktop public key

This commit is contained in:
Nickolaj Jepsen 2025-02-19 20:32:36 +00:00
parent db3dda1f0b
commit 73d096b328
13 changed files with 24 additions and 38 deletions

View file

@ -11,13 +11,6 @@ with lib; let
};
in {
config = {
# assertions = [
# {
# message = "The terminal must be set to enable Hyprland";
# assertion = config.defaults.terminal != null;
# }
# ];
programs.uwsm.enable = true;
programs.hyprland = {
enable = true;
@ -137,7 +130,6 @@ in {
"SUPER, RETURN, exec, ${getExe config.programs.uwsm.package} app -- ${cfg.default-apps.terminal}"
"SUPER, BACKSPACE, killactive"
"SUPER, SPACE, exec, ${getExe config.programs.uwsm.package} app -- walker"
# "SUPER SHIFT, SPACE, exec, uwsm app -- walker --modules applications"
"SUPER, p, exec, ${getExe config.programs.uwsm.package} app -- loginctl lock-session"
"SUPER, S, togglefloating"
"SUPER, A, pseudo"
@ -168,6 +160,10 @@ in {
"SUPER, tab, changegroupactive, f"
"SUPER SHIFT, tab, changegroupactive, b"
];
bindm = [
"SUPER, mouse:272, movewindow"
"SUPER, mouse:273, resizewindow"
];
layerrule = [
"noanim, gtk4-layer-shell"
];