Updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user