Updates
This commit is contained in:
parent
2bb77a872f
commit
39d245cb23
|
@ -1,5 +1,15 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
cat <<"EOF"
|
||||||
|
____ _ _ _ ____ __ __
|
||||||
|
| _ \(_)___ __ _| |__ | | ___| _ \| \/ |
|
||||||
|
| | | | / __|/ _` | '_ \| |/ _ \ | | | |\/| |
|
||||||
|
| |_| | \__ \ (_| | |_) | | __/ |_| | | | |
|
||||||
|
|____/|_|___/\__,_|_.__/|_|\___|____/|_| |_|
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
echo "Hyprland recommends the start with the tty login."
|
echo "Hyprland recommends the start with the tty login."
|
||||||
echo "You can deactivate the current display manager (if exists)."
|
echo "You can deactivate the current display manager (if exists)."
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# __ ______ ____
|
||||||
|
# \ \/ / _ \ / ___|
|
||||||
|
# \ /| | | | | _
|
||||||
|
# / \| |_| | |_| |
|
||||||
|
# /_/\_\____/ \____|
|
||||||
|
#
|
||||||
|
# -----------------------------------------------------
|
||||||
sleep 1
|
sleep 1
|
||||||
|
# kill all possible running xdg-desktop-portals
|
||||||
killall xdg-desktop-portal-hyprland
|
killall xdg-desktop-portal-hyprland
|
||||||
killall xdg-desktop-portal-gnome
|
killall xdg-desktop-portal-gnome
|
||||||
killall xdg-desktop-portal-kde
|
killall xdg-desktop-portal-kde
|
||||||
|
@ -7,6 +15,8 @@ killall xdg-desktop-portal-lxqt
|
||||||
killall xdg-desktop-portal-wlr
|
killall xdg-desktop-portal-wlr
|
||||||
killall xdg-desktop-portal
|
killall xdg-desktop-portal
|
||||||
sleep 1
|
sleep 1
|
||||||
|
# start xdg-desktop-portal-hyprland
|
||||||
/usr/lib/xdg-desktop-portal-hyprland &
|
/usr/lib/xdg-desktop-portal-hyprland &
|
||||||
sleep 2
|
sleep 2
|
||||||
|
# start xdg-desktop-portal
|
||||||
/usr/lib/xdg-desktop-portal &
|
/usr/lib/xdg-desktop-portal &
|
||||||
|
|
Loading…
Reference in New Issue
Block a user