diff options
| -rwxr-xr-x | config/hypr/scripts/Wlogout.sh | 4 | ||||
| -rwxr-xr-x | copy.sh | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh index b7cc220d..ed3606c5 100755 --- a/config/hypr/scripts/Wlogout.sh +++ b/config/hypr/scripts/Wlogout.sh @@ -6,8 +6,8 @@ # i.e 2160 means 2160p A_2160=700 B_2160=700 -A_1600=480 -B_1600=480 +A_1600=650 +B_1600=650 A_1440=450 B_1440=450 A_1080=350 @@ -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 |
