This commit is contained in:
Stephan Raabe
2023-12-20 11:05:15 +01:00
parent 59a037c694
commit 51e9d67781
18 changed files with 82 additions and 297 deletions

View File

@@ -36,7 +36,7 @@ alias dot="cd ~/dotfiles"
# -----------------------------------------------------
alias Qtile='startx'
alias QtileWayland='qtile start -b wayland'
# alias QtileWayland='qtile start -b wayland'
# Hyprland with Hyprland
# -----------------------------------------------------
@@ -120,7 +120,6 @@ if [[ $(tty) == *"pts"* ]]; then
else
if [ -f /bin/qtile ]; then
echo "Start Qtile X11 with command Qtile"
echo "Start Qtile Wayland with command QtileWayland"
fi
if [ -f /bin/hyprctl ]; then
echo "Start Hyprland with command Hyprland"