Refactor displayselect

This commit is contained in:
Oliver Davies 2025-08-19 20:56:05 +01:00
parent 8466ffcfb7
commit 94ec854383
8 changed files with 59 additions and 36 deletions

View file

@ -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";
};