chore: some updates

This commit is contained in:
Xavier Morel
2026-02-17 15:54:36 +01:00
parent 08dd1086f2
commit 521a046a89
3 changed files with 16 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
include "noctalia.kdl"
input {
keyboard {
repeat-rate 30
@@ -117,7 +119,7 @@ window-rule {
binds {
Mod+Shift+Slash { show-hotkey-overlay; }
Mod+Return hotkey-overlay-title="Open a Terminal" { spawn "alacritty"; }
Mod+Return hotkey-overlay-title="Open a Terminal" { spawn-sh "kitty"; }
Mod+D hotkey-overlay-title="Run an Application" { spawn-sh "noctalia-shell ipc call launcher toggle"; } // rofi -show drun // fuzzel
Mod+Alt+L hotkey-overlay-title="Lock the Screen" { spawn-sh "noctalia-shell ipc call sessionMenu lockAndSuspend"; } // swaylock