From f8424776ae19e791347053eb3bf864bb62774844 Mon Sep 17 00:00:00 2001 From: KK Date: Mon, 22 Jun 2026 16:34:30 +0200 Subject: [PATCH] New arch setup --- .profile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.profile b/.profile index 7aaaef8..1c979fa 100644 --- a/.profile +++ b/.profile @@ -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