From 9ab3861384e24154df79e9988adbcb5cd4465ef7 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sun, 18 May 2025 22:07:46 +0200 Subject: [PATCH] remove uwsm boot --- .bash_profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index b25a865..caa8e77 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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