This commit is contained in:
2025-11-02 11:32:22 +01:00
parent c0f21f3ab4
commit 3aafe06d10
2 changed files with 0 additions and 76 deletions

View File

@@ -1,13 +0,0 @@
#!/bin/bash
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -name '.*' | fzf)
export EDITOR="nvim"
if [[ -n $dir ]]; then
echo "You choose $dir"
hyprctl dispatch exec [workspace 5] kitty $dir
hyprctl dispatch exec [workspace 5] kitty yazi $dir
hyprctl dispatch exec [workspace 5] kitty $dir
else
echo "No reasonable directory selected, bye bye :P"
fi