This commit is contained in:
Stephan Raabe
2023-10-12 13:23:55 +02:00
parent 7be6a07e10
commit 8541d3ae8b
13 changed files with 26 additions and 56 deletions

View File

@@ -9,10 +9,5 @@
# by Stephan Raabe (2023)
# -----------------------------------------------------
if [ -f "/usr/bin/nautilus" ]; then
echo "nautilus is installed."
nautilus --new-window
else
echo "nautilus not installed. Launching thunar instead."
thunar
fi;
thunar

View File

@@ -24,7 +24,8 @@ case $choice in
$option1)
swaylock ;;
$option2)
hyprctl dispatch exit ;;
# loginctl terminate-user $USER # For command line based login
hyprctl dispatch exit ;; # For display manager login
$option3)
systemctl reboot ;;
$option4)