New arch setup

This commit is contained in:
KK
2026-06-22 16:34:30 +02:00
parent 4969692f93
commit f8424776ae

View File

@@ -8,9 +8,9 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
export EDITOR=vim
export VISUAL=vim
export BROWSER=chromium
export EDITOR=kak
export VISUAL=kak
export BROWSER=firefox
export TERMINAL=foot
# if running bash
@@ -32,7 +32,6 @@ if [ -d "$HOME/.local/bin" ] ; then
fi
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
export WLR_NO_HARDWARE_CURSORS=1
exec sway --unsupported-gpu
fi