diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-13 09:37:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-13 09:37:38 +0900 |
| commit | 8c430cb1c39b08bc63f6ce831a92d76c3a8ec211 (patch) | |
| tree | 859d654ed6308ce80bbb41da1080aef23ece4a7d /copy.sh | |
| parent | b8d9b73aaad1b00410e1b2b8468f4b33021408e7 (diff) | |
added blueman-applet on startup (if installed) and minor tweak on wlogout for resolutions between >2.5 <4k
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -203,6 +203,11 @@ if command -v asusctl >/dev/null 2>&1; then sed -i '/exec-once = rog-control-center &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf fi +# Check if blueman-applet is installed and add blueman-applet on Startup +if command -v blueman-applet >/dev/null 2>&1; then + sed -i '/exec-once = blueman-applet &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf +fi + printf "\n" # Checking if neovim or vim is installed and offer user if they want to make as default editor |
