aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-13 09:37:38 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-13 09:37:38 +0900
commit8c430cb1c39b08bc63f6ce831a92d76c3a8ec211 (patch)
tree859d654ed6308ce80bbb41da1080aef23ece4a7d /copy.sh
parentb8d9b73aaad1b00410e1b2b8468f4b33021408e7 (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-xcopy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/copy.sh b/copy.sh
index b365dee6..fe65332b 100755
--- a/copy.sh
+++ b/copy.sh
@@ -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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage