aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-09-05 18:11:55 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-09-05 18:11:55 +0300
commitf28f01b00a224966e340e2661cb07231c45030dc (patch)
tree60e3f181cfc6242875d64c6e9cbdb7f5708b1032
parent9bcd7e4a075d91084934be30f1f2d039cf045907 (diff)
downloadswayrice-f28f01b00a224966e340e2661cb07231c45030dc.tar.gz
swayrice-f28f01b00a224966e340e2661cb07231c45030dc.zip
niri: add calcurse shortcutniri
-rw-r--r--dotfiles/.config/niri/config.kdl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl
index a34902d..6f904ef 100644
--- a/dotfiles/.config/niri/config.kdl
+++ b/dotfiles/.config/niri/config.kdl
@@ -690,6 +690,7 @@ binds {
Mod+M { spawn "sh" "-c" "$TERM -e ncmpcpp"; }
Mod+A { spawn "sh" "-c" "$TERM -T 'neomutt' -e neomutt"; }
Mod+N { spawn "sh" "-c" "$TERM -T 'newsboat' -e newsboat && killall -42 waybar"; }
+ Mod+B { spawn "sh" "-c" "$TERM -T 'calcurse' -e calcurse"; }
Mod+T { spawn "toggletorrent"; }
Mod+Ctrl+T { spawn "launch-transmission"; }