From 5d577d3715144e76724296e2bfbcd31bcb0a9974 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 7 May 2024 09:41:31 -0500 Subject: Bash updates --- bash_profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bash_profile') diff --git a/bash_profile b/bash_profile index d066ef1..3fac1b2 100644 --- a/bash_profile +++ b/bash_profile @@ -12,13 +12,14 @@ export TERM="linux" export TERMINAL="foot" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" -export WLR_NO_HARDWARE_CURSORS=1 export MOZ_ENABLE_WAYLAND="1" export XCURSOR_SIZE="32" export XDG_CURRENT_DESKTOP="wlroots" -export XDG_SESSION_TYPE="hikari" +export XDG_SESSION_TYPE="wayland" export PF_INFO="ascii title os host pkgs shell" export PF_ALIGN="7" export PF_COLOR="0" +gpg-agent + if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer -- cgit v1.2.3