diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-10 09:33:32 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-10 09:40:32 +0400 |
| commit | 93e16a6582f8e80ac4079ac527637861696ed7b1 (patch) | |
| tree | ec557f5d2d8816516a0b4925ad41df1ed139007c /resources | |
| parent | 3486fa5536e0c69213b9e6fb4b58a1cf225d5959 (diff) | |
| download | niri-93e16a6582f8e80ac4079ac527637861696ed7b1.tar.gz niri-93e16a6582f8e80ac4079ac527637861696ed7b1.tar.bz2 niri-93e16a6582f8e80ac4079ac527637861696ed7b1.zip | |
Implement niri msg action
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 3 |
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. |
