aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-04-22 10:16:41 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-04-22 22:51:56 +0300
commit2243615fe9145539476736d7890300b1fe92da61 (patch)
treeea47c97a7e81ce74afa5c070b4bd0aef6a044caa
parent7884d3bfea810740fe2ca7021b102af0f049ccae (diff)
downloadniri-2243615fe9145539476736d7890300b1fe92da61.tar.gz
niri-2243615fe9145539476736d7890300b1fe92da61.tar.bz2
niri-2243615fe9145539476736d7890300b1fe92da61.zip
default-config: Set titles for the default-bound apps
-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.