This commit is contained in:
alisceon 2026-03-16 19:23:03 +01:00
parent 4e3922c4a4
commit c2198d8186
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -356,11 +356,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773682536, "lastModified": 1773683248,
"narHash": "sha256-BfHJu2vRuHNTwCP6Xzc1j/WY36lLID7dhu3dGj9NOqc=", "narHash": "sha256-UWvBFfvF/7kkSulOMPjLIZnvt0xYiy+4tGV14JX/Vss=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "7bdcf4a25232bfc9ac9259e9abc7bfe25cf84f2b", "rev": "1ec574e982afd6d7a9b566d88a6518b604a86822",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -377,11 +377,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773682536, "lastModified": 1773683248,
"narHash": "sha256-BfHJu2vRuHNTwCP6Xzc1j/WY36lLID7dhu3dGj9NOqc=", "narHash": "sha256-UWvBFfvF/7kkSulOMPjLIZnvt0xYiy+4tGV14JX/Vss=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "7bdcf4a25232bfc9ac9259e9abc7bfe25cf84f2b", "rev": "1ec574e982afd6d7a9b566d88a6518b604a86822",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,7 +7,7 @@ in
../../../programs/noctalia.nix ../../../programs/noctalia.nix
]; ];
wayland.windowManager.sway.config.keybindings = { wayland.windowManager.sway.config.keybindings = {
"Mod4+d" = "exec ${ipc} launcher togggle"; "Mod4+d" = "exec ${ipc} launcher toggle";
"XF86AudioRaiseVolume" = "exec ${ipc} volume increase"; "XF86AudioRaiseVolume" = "exec ${ipc} volume increase";
"XF86AudioLowerVolume" = "exec ${ipc} volume decrease"; "XF86AudioLowerVolume" = "exec ${ipc} volume decrease";
"XF86AudioMute" = "exec ${ipc} volume muteOutput"; "XF86AudioMute" = "exec ${ipc} volume muteOutput";