mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Remove Hyprland support from desktop profile
This commit is contained in:
@@ -22,18 +22,11 @@ case "${XDG_CURRENT_DESKTOP:-}" in
|
||||
--indicator \
|
||||
--clock
|
||||
;;
|
||||
*Hyprland*|*hyprland*)
|
||||
exec hyprlock
|
||||
;;
|
||||
*i3*|*I3*)
|
||||
exec "$HOME/.config/i3/scripts/lockscreen"
|
||||
;;
|
||||
esac
|
||||
|
||||
if command -v hyprlock >/dev/null 2>&1; then
|
||||
exec hyprlock
|
||||
fi
|
||||
|
||||
if command -v swaylock >/dev/null 2>&1; then
|
||||
exec swaylock -f
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user