refactor hyprland configuration and add grimblast screenshot tool; improve key bindings for better usability
All checks were successful
Nix Format Check / check-format (push) Successful in 39s

This commit is contained in:
2024-12-24 13:56:54 +01:00
parent f10988efba
commit 3d97f9b5d7
3 changed files with 29 additions and 25 deletions

View File

@@ -34,4 +34,4 @@ for app in "${apps[@]}"; do
screen -dmS $app_name $app_name $app_params
sleep 1
fi
done
done