aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/default-config.kdl6
1 files 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.