aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-10 09:33:32 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-10 09:40:32 +0400
commit93e16a6582f8e80ac4079ac527637861696ed7b1 (patch)
treeec557f5d2d8816516a0b4925ad41df1ed139007c /resources
parent3486fa5536e0c69213b9e6fb4b58a1cf225d5959 (diff)
downloadniri-93e16a6582f8e80ac4079ac527637861696ed7b1.tar.gz
niri-93e16a6582f8e80ac4079ac527637861696ed7b1.tar.bz2
niri-93e16a6582f8e80ac4079ac527637861696ed7b1.zip
Implement niri msg action
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 7f89bec0..2cee1c62 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -251,6 +251,9 @@ binds {
//
// "Mod" is a special modifier equal to Super when running on a TTY, and to Alt
// when running as a winit window.
+ //
+ // Most actions that you can bind here can also be invoked programmatically with
+ // `niri msg action do-something`.
// Mod-Shift-/, which is usually the same as Mod-?,
// shows a list of important hotkeys.