added onefetch defaults
This commit is contained in:
parent
75178ede8a
commit
c8eb1d1351
2 changed files with 5 additions and 1 deletions
|
@ -80,7 +80,7 @@ output DP-2 {
|
||||||
# note: wayvnc is compiled against libplacebo 4.208, freeze that until a wayvnc update (ffmpeg conflict)
|
# note: wayvnc is compiled against libplacebo 4.208, freeze that until a wayvnc update (ffmpeg conflict)
|
||||||
output HEADLESS-3 {
|
output HEADLESS-3 {
|
||||||
#pos 1920,180
|
#pos 1920,180
|
||||||
pos 3000, 1920
|
pos 3000,1920
|
||||||
# mac resolution
|
# mac resolution
|
||||||
mode 1440x900
|
mode 1440x900
|
||||||
#transform 90
|
#transform 90
|
||||||
|
|
4
.zshrc
4
.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
|
# how it took me 6 months to figure this out idk
|
||||||
export GTK_THEME=Adwaita:dark
|
export GTK_THEME=Adwaita:dark
|
||||||
|
|
||||||
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
|
alias of="onefetch --no-color-palette --no-art --no-title --disabled-fields=churn"
|
||||||
|
|
Loading…
Reference in a new issue