Update .bashrc

Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/exec.conf
Update .config/hypr/hyprland/rules/vesktop.conf
Update .config/kitty/kitty.conf
Update .config/fish/config.fish
Update .config/gtk-3.0/settings.ini
Update .local/bin/start_coding.sh
This commit is contained in:
2025-07-03 17:02:41 +02:00
parent 4aac1cd677
commit 6256921845
8 changed files with 28 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ export EDITOR="nvim"
if [[ -n $dir ]]; then
echo "You choose $dir"
hyprctl dispatch exec [workspace 5] kitty yazi $dir
hyprctl dispatch exec [workspace 5] kitty $dir
hyprctl dispatch exec [workspace 5] kitty yazi $dir
hyprctl dispatch exec [workspace 5] kitty $dir
else