Update .config/hypr/hyprland.conf

Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/binds/power.conf
Update .config/hypr/hyprland/binds/windows.conf
Update .config/hypr/hyprland/workspaces.conf
Update .config/nvim/lazy-lock.json
Update .local/bin/start_coding.sh
This commit is contained in:
2025-06-10 21:59:28 +02:00
parent c09699477b
commit 5e1f474e0c
7 changed files with 26 additions and 38 deletions

View File

@@ -4,9 +4,9 @@ dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -path '.*' | fzf)
if [[ -n $dir ]]; then
echo "You choose $dir"
hyprctl dispatch exec [workspace 5] kitty $dir
hyprctl dispatch exec [workspace 5] kitty $dir
hyprctl dispatch exec [workspace 5] kitty yazi $dir
hyprctl dispatch exec [workspace 5] kitty $dir
hyprctl dispatch exec [workspace 5] kitty $dir
else
echo "No reasonable directory selected, bye bye :P"
fi