Compare commits
3 commits
ac83fcda1a
...
827a18a66c
Author | SHA1 | Date | |
---|---|---|---|
|
827a18a66c | ||
|
824a8034dd | ||
|
02d7137094 |
3 changed files with 5 additions and 2 deletions
|
@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
|
||||||
|
|
||||||
# Autostart on TTY1:
|
# Autostart on TTY1:
|
||||||
# Hyprland on laptop
|
# Hyprland on laptop
|
||||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && dbus-run-session Hyprland
|
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland
|
||||||
|
|
||||||
# Plasma on desktop
|
# Plasma on desktop
|
||||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx
|
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx
|
||||||
|
|
|
@ -116,4 +116,7 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
|
||||||
add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop
|
add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
|
@ -41,7 +41,7 @@ done
|
||||||
|
|
||||||
# Show time of check
|
# Show time of check
|
||||||
time="$(date '+%H:%M:%S')"
|
time="$(date '+%H:%M:%S')"
|
||||||
tooltip="$tooltip\nLatest check: $time"
|
tooltip="$tooltip\n\nLatest check: $time"
|
||||||
|
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
Loading…
Reference in a new issue