dotfiles

My configuration files.
Log | Files | Refs | README

commit 6a3db3559433071df194f82adfb4454a61eae715
parent ec489df027b612ece0af1622685137e47192afe6
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 13 Dec 2021 20:12:30 +0100

Use sway

Diffstat:
Mbash/.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/.profile b/bash/.profile @@ -14,5 +14,5 @@ fi [ -f ~/.bashrc ] && . ~/.bashrc if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then - exec startx + sway fi