Add .zlogout
This commit is contained in:
parent
ebce73c797
commit
b37574c0f1
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
pkill -u "$USER" -9 ssh-agent
|
||||
wl-copy -c
|
||||
twl-copy -c
|
||||
cliphist wipe
|
||||
pkill -u "$USER" -9 ssh-agent
|
||||
pkill -u "$USER" -9 pipewire
|
||||
pkill -u "$USER" -9 dbus-daemon
|
||||
killall -u "$USER" -9 kill-wine-explorer.sh
|
||||
|
|
|
@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
|
|||
|
||||
# Autostart on TTY1:
|
||||
# Hyprland on laptop
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && dbus-run-session Hyprland
|
||||
|
||||
# Plasma on desktop
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx
|
||||
|
|
Loading…
Reference in a new issue