mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
personal-gui: Add wiki keybinds
This commit is contained in:
parent
79bc79e7f6
commit
ae5c1f6796
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue