dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b8e6a0bdbc042e8e0936ad231e5506b385d78ff7
parent 562c39e08ad06015c934a3db26d59024695db3c8
Author: mrgrouse <bdmfegys@duck.com>
Date:   Wed,  6 Nov 2024 18:37:19 -0500

fish/config.fish: comment out startx autostart, ibus and gnome-libsecret environment variables

Diffstat:
Mfish/config.fish | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/fish/config.fish b/fish/config.fish @@ -63,9 +63,10 @@ set -x PAGER 'less -R' # ibus variables -set -x GTK_IM_MODULE ibus -set -x QT_IM_MODULE ibus +#set -x GTK_IM_MODULE ibus +#set -x QT_IM_MODULE ibus +#set -x SIGNAL_PASSWORD_STORE gnome-libsecret # aliases ssh to 'kitten ssh' if the terminal is kitty #[ $TERM = xterm-kitty ] && alias ssh "kitten ssh" || functions --erase ssh @@ -88,7 +89,7 @@ set -g fish_greeting # might be universal idk, not using for now bc of fishism one from archwiki #[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && chvt 2 && startx /usr/local/bin/birdwm -[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 2 ] && dbus-launch /usr/bin/startx /usr/local/bin/birdwm +#[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 2 ] && dbus-launch /usr/bin/startx /usr/local/bin/birdwm # fish-local: # Start X at login