dotfiles

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

commit 95b27274c6d2994d62b38c7591ac760e5950abe5
parent d1fc6655960a09f56079bd6cfe78b0cda62e68da
Author: mrgrouse <bdmfegys@duck.com>
Date:   Wed, 18 Sep 2024 20:31:58 -0400

config.fish XDG-ify NNN_OPENER variable and set browser to librewolf flatpak

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

diff --git a/fish/config.fish b/fish/config.fish @@ -1,5 +1,5 @@ # Default Programs: -set -x BROWSER "one.ablaze.floorp" +set -x BROWSER "io.gitlab.librewolf-community" set -x EDITOR nvim set -x TERMINAL kitty @@ -57,7 +57,8 @@ set -x NNN_FCOLORS "$BLK$CHR$DIR$EXE$REG$HARDLINK$SYMLINK$MISSING$ORPHAN$FIFO$SO set -x NNN_OPTS "Hd" #set -x NNN_PLUG 'f:fzcd;p:preview-tabbed' set -x NNN_PLUG 'p:preview-tui' -set -x NNN_OPENER '/home/mrgrouse/.config/nnn/plugins/nuke' +set -x NNN_OPENER '$XDG_CONFIG_HOME/nnn/plugins/nuke' +set -x NNN_TMPFILE "$XDG_CONFIG_HOME/nnn/.lastd" set -x PAGER 'less -R' @@ -67,7 +68,7 @@ set -x QT_IM_MODULE ibus # aliases ssh to 'kitten ssh' if the terminal is kitty -[ $TERM = xterm-kitty ] && alias ssh "kitten ssh" || functions --erase ssh +#[ $TERM = xterm-kitty ] && alias ssh "kitten ssh" || functions --erase ssh # grab pywal colors #[ -z $(status is-interactive) ] && cat $HOME/.cache/wal/sequences @@ -87,7 +88,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 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