Update .config/hypr/hyprland/binds/open_apps.conf

Update .config/hypr/hyprland/rules/feh.conf
Update .config/yazi/yazi.toml
Update .local/bin/screenshots.sh
Update .local/bin/start_coding.sh
This commit is contained in:
2025-06-12 12:27:21 +02:00
parent 02396527ed
commit d55d471bb1
5 changed files with 10 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -path '.*' | fzf)
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -name '.*' | fzf)
export EDITOR="nvim"
if [[ -n $dir ]]; then
echo "You choose $dir"