From ef560bb1d546766e64b666b16377c3b06d4c1ce1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 28 Oct 2025 15:10:59 +0100 Subject: emacs/niri: Add agenda shortcut --- gui/conf/niri.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/conf/niri.kdl') 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"; } -- cgit v1.2.3