From 438c1d8b88c6224d20a7da18a7eafb0ce726f962 Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 26 May 2025 00:04:45 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20update=20fish=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environment.d/gamescope-session.conf | 4 ++-- environment.d/gamescope-session.conf.save | 10 ++++++++++ fish/config.fish | 10 ++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 environment.d/gamescope-session.conf.save create mode 100644 fish/config.fish diff --git a/environment.d/gamescope-session.conf b/environment.d/gamescope-session.conf index 4640fc0..b77a595 100644 --- a/environment.d/gamescope-session.conf +++ b/environment.d/gamescope-session.conf @@ -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 diff --git a/environment.d/gamescope-session.conf.save b/environment.d/gamescope-session.conf.save new file mode 100644 index 0000000..60b7283 --- /dev/null +++ b/environment.d/gamescope-session.conf.save @@ -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 diff --git a/fish/config.fish b/fish/config.fish new file mode 100644 index 0000000..ae09684 --- /dev/null +++ b/fish/config.fish @@ -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