This commit is contained in:
2025-10-22 10:40:05 +03:00
parent 8e3e70b6f2
commit 86492ae52e
14 changed files with 502 additions and 57 deletions

View File

@@ -6,22 +6,4 @@
# nitrogen --restore &
#fi
# Picom.
#if [ -x /usr/bin/picom ]; then
# picom &
#fi
# Dwm.
if [ -x /usr/local/bin/dwm ]; then
exec dwm
fi
# Polybar.
#if [ -x /usr/bin/polybar ]; then
# [ -f $HOME/.config/polybar/launch.sh ] && $HOME/.config/polybar/launch.sh &
#fi
# Start i3.
#if [ -x /usr/bin/i3 ]; then
# exec i3
#fi
exec Hyprland