mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
feat: remove code to lauch uwsm since we now use Ly as login manager
(greeter)
This commit is contained in:
@@ -3,12 +3,3 @@
|
||||
# export NAME="VALUE"
|
||||
# export PATH="$PATH:/newPath"
|
||||
source "${ZDOTDIR}/conf.d/_env.zsh"
|
||||
|
||||
# Launch Hyprland via uwsm
|
||||
# Check if we are inside a tmux session
|
||||
if [ -z "$TMUX" ]; then
|
||||
if uwsm check may-start; then
|
||||
exec uwsm start hyprland.desktop
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user