diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-27 21:46:11 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-27 21:46:11 +0400 |
| commit | 3c75082df2ef976b1e8ab03585f5b083f98651d7 (patch) | |
| tree | d921a6050f89969ab04dde34125f18843cc9a877 /resources | |
| parent | 9927c15f68d277daa6de0a13194d25f81226ad2f (diff) | |
| download | niri-3c75082df2ef976b1e8ab03585f5b083f98651d7.tar.gz niri-3c75082df2ef976b1e8ab03585f5b083f98651d7.tar.bz2 niri-3c75082df2ef976b1e8ab03585f5b083f98651d7.zip | |
wiki: Add key bindings
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 60848297..b4148bd8 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -469,16 +469,9 @@ binds { Alt+Print { screenshot-window; } // The quit action will show a confirmation dialog to avoid accidental exits. - // If you want to skip the confirmation dialog, set the flag like so: - // Mod+Shift+E { quit skip-confirmation=true; } Mod+Shift+E { quit; } // Powers off the monitors. To turn them back on, do any input like // moving the mouse or pressing any other key. Mod+Shift+P { power-off-monitors; } - - // This debug bind will tint all surfaces green, unless they are being - // directly scanned out. It's therefore useful to check if direct scanout - // is working. - // Mod+Shift+Ctrl+T { toggle-debug-tint; } } |
