zprofile: capture sway log to file
This commit is contained in:
parent
bf54955993
commit
5cdc5b1644
@ -68,7 +68,7 @@ if [[ -z $DISPLAY ]]; then
|
|||||||
export QT_IM_MODULE=ibus
|
export QT_IM_MODULE=ibus
|
||||||
export XMODIFIERS=@im=ibus
|
export XMODIFIERS=@im=ibus
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
exec systemd-cat --identifier=sway sway
|
exec systemd-cat --identifier=sway sway > $XDG_RUNTIME_DIR/sway.log 2>&1
|
||||||
elif [[ $(tty) == /dev/tty2 ]]; then
|
elif [[ $(tty) == /dev/tty2 ]]; then
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user