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:
|
||||
# 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
|
||||
[[ "$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
|
||||
fi
|
||||
|
||||
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
|
@ -41,7 +41,7 @@ done
|
|||
|
||||
# Show time of check
|
||||
time="$(date '+%H:%M:%S')"
|
||||
tooltip="$tooltip\nLatest check: $time"
|
||||
tooltip="$tooltip\n\nLatest check: $time"
|
||||
|
||||
|
||||
cat << EOF
|
||||
|
|
Loading…
Reference in a new issue