diff options
Diffstat (limited to 'gui/conf/niri.kdl')
| -rw-r--r-- | gui/conf/niri.kdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/conf/niri.kdl b/gui/conf/niri.kdl index cfe7d20..f795bcb 100644 --- a/gui/conf/niri.kdl +++ b/gui/conf/niri.kdl @@ -105,6 +105,7 @@ window-rule { window-rule { match title="\\*\\*Capture\\*\\*" + match title="\\*\\*Agenda\\*\\*" open-floating true open-focused true focus-ring { @@ -126,7 +127,10 @@ binds { Mod+Return { spawn "kitty"; } Mod+Shift+Return { spawn "emacsclient" "-c"; } + + Mod+a { spawn "org-show-agenda"; } Mod+numbersign { spawn "org-capture-todo"; } + Mod+Space { spawn "rofi" "-show" "combi"; } Ctrl+Alt+L { spawn "swaylock" "--color" "#000000"; } |
