banger project opener

This commit is contained in:
Javier Feliz 2025-08-11 02:31:32 -04:00
parent af5816e045
commit 458fb492c4
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,9 @@
"$mod, e, exec, $file_browser"
"$mod SHIFT, n, exec, $terminal --start-as=normal -- bash -ic 'code ~/nix && exit'"
"$mod SHIFT, ESC, exec, $terminal --start-as=normal -- bash -ic 'btop'"
"$mod ALT, p, exec, $terminal --start-as=normal -- bash -ic 'proj'"
# "$mod ALT, p, exec, $terminal --start-as=normal -- bash -ic 'proj'"
"$mod ALT, p, exec, eza -ld $HOME/projects/* --color=never | awk '{print $7}' | wofi --dmenu --prompt \"Open project:\" | xargs -I{} code {} -n && exit"
"$mod, RETURN, exec, $webapphttps://chatgpt.com"
# Window and workspace navigation

View File

@ -75,7 +75,7 @@
function proj() {
eza -ld $HOME/projects/* --color=never |
awk '{print $7}' |
fzf --reverse | xargs -I{} code {} -n && exit
wofi --dmenu --prompt "Open project:" | xargs -I{} code {} -n && exit
}
function makepasswd() {