diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-25 10:32:50 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-25 10:32:50 +0100 |
commit | 7f34785786e1b3b8b60bf039ced9337c64df2d18 (patch) | |
tree | d9514c2fd4c50ccf3475fee446c5bd08c19ce61b | |
parent | 63290bab015bf411e45894889bd7edbf0dca588a (diff) |
Reinstated autostart river on tty1
-rw-r--r-- | .bashrc | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -76,11 +76,11 @@ export MOZ_ENABLE_WAYLAND=1 export XDG_SESSION_TYPE=wayland export GDK_BACKEND=wayland # export QT_QPA_PLATFORM=wayland -export XKB_DEFAULT_LAYOUT=us -#export LANG="en_US.UTF-8" +# export XKB_DEFAULT_LAYOUT=us +# export LANG="en_US.UTF-8" #export LC_ALL="en_US.UTF-8" -#export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass - export SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass' +# export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass +export SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass' export SSH_ASKPASS_REQUIRE=force export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 @@ -107,9 +107,9 @@ if [[ ! -f "$SSH_AUTH_SOCK" ]]; then fi # If on matching tty start the WM -#if [ "$(tty)" = "/dev/tty1" ]; then -# exec dbus-run-session river -#fi +if [ "$(tty)" = "/dev/tty1" ]; then + exec dbus-run-session river +fi # If not in xterm don't start starship case $TERM in |