🔨 chore: update fish config

This commit is contained in:
aria 2025-05-26 00:04:45 +10:00
parent d1e0b97d62
commit 438c1d8b88
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
3 changed files with 22 additions and 2 deletions

View file

@ -2,9 +2,9 @@ if [ "$XDG_SESSION_DESKTOP" = "gamescope" ] ; then
SCREEN_WIDTH=2560
SCREEN_HEIGHT=1440
SCREEN_HZ=360
CONNECTOR=*,DP-1
CONNECTOR=DP-1
CLIENTCMD="steam -gamepadui -pipewire-dmabuf"
GAMESCOPECMD="/usr/bin/gamescope --hdr-enabled --hdr-itm-enable \
--hide-cursor-delay 3000 --fade-out-duration 200 --xwayland-count 2 \
-W $SCREEN_WIDTH -H $SCREEN_HEIGHT -r SCREEN_HZ -O $CONNECTOR"
-W $SCREEN_WIDTH -H $SCREEN_HEIGHT -O $CONNECTOR"
fi

View file

@ -0,0 +1,10 @@
if [ "$XDG_SESSION_DESKTOP" = "gamescope" ] ; then
SCREEN_WIDTH=2560
SCREEN_HEIGHT=1440
SCREEN_HZ=360
CONNECTOR=*,DP-1
CLIENTCMD="steam -gamepadui -pipewire-dmabuf"
GAMESCOPECMD="/usr/bin/gamescope --hdr-enabled --hdr-itm-enable \
--hide-cursor-delay 3000 --fade-out-duration 200 --xwayland-count 2 \
-W $SCREEN_WIDTH -H $SCREEN_HEIGHT -r $SCREEN_HZ -O $CONNECTOR"
fi

10
fish/config.fish Normal file
View file

@ -0,0 +1,10 @@
source /usr/share/cachyos-fish-config/cachyos-config.fish
# overwrite greeting
# potentially disabling fastfetch
#function fish_greeting
# # smth smth
#end
fish_add_path /home/buymymojo/bin
fish_add_path /home/buymymojo/.cargo/bin