Refactor displayselect
This commit is contained in:
parent
8466ffcfb7
commit
94ec854383
8 changed files with 59 additions and 36 deletions
|
@ -13,7 +13,7 @@
|
|||
"${pkgs.xdotool}/bin/xdotool type $(cat ~/.local/share/snippets.txt | grep -v '^#' | grep -v '^$' | sort | dmenu -i -l 50 | cut -d' ' -f1)";
|
||||
"super + shift + p" = "${lib.getExe pkgs.passmenu-otp} -i";
|
||||
"super + x; {1, 2, 3, 4}" = "st {notes, newsboat, nmtui, bluetuith}";
|
||||
"@F3" = "${lib.getExe pkgs.displayselect}";
|
||||
"@F3" = "displayselect";
|
||||
"@F9" = "/home/opdavies/.local/bin/mounter";
|
||||
"@F10" = "/home/opdavies/.local/bin/unmounter";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue