From c8eb1d1351bb5d93d5d7caa94ff4aead771563b9 Mon Sep 17 00:00:00 2001 From: Andy Killorin <37423245+Speedy6451@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:13:53 -0500 Subject: [PATCH] added onefetch defaults --- .config/sway/config | 2 +- .zshrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 53dac4b..abfaae9 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -80,7 +80,7 @@ output DP-2 { # note: wayvnc is compiled against libplacebo 4.208, freeze that until a wayvnc update (ffmpeg conflict) output HEADLESS-3 { #pos 1920,180 - pos 3000, 1920 + pos 3000,1920 # mac resolution mode 1440x900 #transform 90 diff --git a/.zshrc b/.zshrc index 81c77dc..c4f0eb0 100644 --- a/.zshrc +++ b/.zshrc @@ -43,3 +43,7 @@ alias ls="ls -F -b -T 0 -A --color=auto" # how it took me 6 months to figure this out idk export GTK_THEME=Adwaita:dark + +export MOZ_ENABLE_WAYLAND=1 + +alias of="onefetch --no-color-palette --no-art --no-title --disabled-fields=churn"