From 2243615fe9145539476736d7890300b1fe92da61 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 22 Apr 2025 10:16:41 +0300 Subject: default-config: Set titles for the default-bound apps --- resources/default-config.kdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index adeee2a5..4bdc5894 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -333,9 +333,9 @@ binds { Mod+Shift+Slash { show-hotkey-overlay; } // Suggested binds for running programs: terminal, app launcher, screen locker. - Mod+T { spawn "alacritty"; } - Mod+D { spawn "fuzzel"; } - Super+Alt+L { spawn "swaylock"; } + Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; } + Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } + Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument in the end. -- cgit