From 39d245cb23742e2812b4fdee7c36a37bffb7084e Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 13 Nov 2023 08:58:21 +0100 Subject: [PATCH] Updates --- hypr/scripts/disabledm.sh | 10 ++++++++++ hypr/scripts/xdg.sh | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/hypr/scripts/disabledm.sh b/hypr/scripts/disabledm.sh index 44eb9cb..fff026f 100755 --- a/hypr/scripts/disabledm.sh +++ b/hypr/scripts/disabledm.sh @@ -1,5 +1,15 @@ #!/bin/bash clear + +cat <<"EOF" + ____ _ _ _ ____ __ __ +| _ \(_)___ __ _| |__ | | ___| _ \| \/ | +| | | | / __|/ _` | '_ \| |/ _ \ | | | |\/| | +| |_| | \__ \ (_| | |_) | | __/ |_| | | | | +|____/|_|___/\__,_|_.__/|_|\___|____/|_| |_| + +EOF + echo "Hyprland recommends the start with the tty login." echo "You can deactivate the current display manager (if exists)." echo "" diff --git a/hypr/scripts/xdg.sh b/hypr/scripts/xdg.sh index 32983ec..2987488 100755 --- a/hypr/scripts/xdg.sh +++ b/hypr/scripts/xdg.sh @@ -1,5 +1,13 @@ #!/bin/bash +# __ ______ ____ +# \ \/ / _ \ / ___| +# \ /| | | | | _ +# / \| |_| | |_| | +# /_/\_\____/ \____| +# +# ----------------------------------------------------- sleep 1 +# kill all possible running xdg-desktop-portals killall xdg-desktop-portal-hyprland killall xdg-desktop-portal-gnome killall xdg-desktop-portal-kde @@ -7,6 +15,8 @@ killall xdg-desktop-portal-lxqt killall xdg-desktop-portal-wlr killall xdg-desktop-portal sleep 1 +# start xdg-desktop-portal-hyprland /usr/lib/xdg-desktop-portal-hyprland & sleep 2 +# start xdg-desktop-portal /usr/lib/xdg-desktop-portal &