remove uwsm boot

This commit is contained in:
Alexander Bell 2025-05-18 22:07:46 +02:00
parent fb4eb52dc3
commit 9ab3861384

View File

@ -6,8 +6,3 @@
[[ -z $DISPLAY && $(tty) = /dev/tty1 ]] && exec Hyprland
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start uwsm, which starts hyprland
if uwsm check may-start; then
exec uwsm start hyprland.desktop
fi