personal-gui: Add wiki keybinds

This commit is contained in:
traxys 2024-07-22 11:39:46 +02:00
parent 79bc79e7f6
commit ae5c1f6796

View file

@ -208,6 +208,9 @@
"XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl -p spotify next";
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl -p spotify previous";
"${mod}+space" = "exec foot nvim +WikiIndex";
"${mod}+Shift+space" = "exec foot nvim +WikiPages";
# Gromit
"Ctrl+Shift+I" = "exec ${pkgs.gromit-mpx}/bin/gromit-mpx -a";
"Ctrl+Shift+D" = "exec ${pkgs.gromit-mpx}/bin/gromit-mpx -q";