feat: stuff

This commit is contained in:
2026-08-26 09:04:34 +02:00
parent 754bd6bc06
commit 07c7c3b3f8
8 changed files with 133 additions and 10 deletions
@@ -2,6 +2,7 @@
pkgs,
lib,
osConfig,
username,
...
}:
let
@@ -57,7 +58,7 @@ in
decoration.border_part_of_window = false;
};
bind = [
(bind "SUPER + C" "hl.dsp.window.close()")
(bind (if username == "luci" then "SUPER + Q" else "SUPER + C") "hl.dsp.window.close()")
(bind "SUPER + P" ''
function()
hl.dsp.window.float()