first commit
This commit is contained in:
9
.yash_profile
Normal file
9
.yash_profile
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f "$HOME/.yash_env" ]; then
|
||||
. "$HOME/.yash_env"
|
||||
fi
|
||||
|
||||
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec dbus-run-session sway
|
||||
fi
|
||||
Reference in New Issue
Block a user