diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-05 18:11:55 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-05 18:11:55 +0300 |
commit | f28f01b00a224966e340e2661cb07231c45030dc (patch) | |
tree | 60e3f181cfc6242875d64c6e9cbdb7f5708b1032 /dotfiles/.config | |
parent | 9bcd7e4a075d91084934be30f1f2d039cf045907 (diff) | |
download | swayrice-f28f01b00a224966e340e2661cb07231c45030dc.tar.gz swayrice-f28f01b00a224966e340e2661cb07231c45030dc.zip |
niri: add calcurse shortcutniri
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 1 |
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"; } |