diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2022-12-31 16:42:47 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2022-12-31 16:42:47 -0500 |
| commit | 098f4dee3db277b5ff387526003b48fa1c97fd6f (patch) | |
| tree | f5735f4c551cbc3bde3fe210dd23fa3c65507c19 | |
| parent | c0f7ad45ed398163336404757f6dde0b605d1206 (diff) | |
Changed Browser and wgetrc added
| -rw-r--r-- | .config/linuxProfile | 3 | ||||
| -rw-r--r-- | .config/mpd/database | bin | 24712 -> 24712 bytes | |||
| -rw-r--r-- | .config/wget/wgetrc | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/.config/linuxProfile b/.config/linuxProfile index 615b89c..c50e092 100644 --- a/.config/linuxProfile +++ b/.config/linuxProfile @@ -2,7 +2,7 @@ export PATH=$PATH:$HOME/.local/bin:/opt/sparc/bin export EDITOR="nvim" export TERMINAL="st" -export BROWSER="chromium" #The Chad Ungoogled-chromium +export BROWSER="firefox" export READER="zathura" export FILE="vifm" export PICTURE="sxiv" @@ -40,3 +40,4 @@ export WMAKER_USER_ROOT="$XDG_DATA_HOME"/GNUstep export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json [ "$(tty | sed 's/[0-9]*//g')" = "/dev/tty" ] && jdm && exit + diff --git a/.config/mpd/database b/.config/mpd/database Binary files differindex 0cd0856..70ae094 100644 --- a/.config/mpd/database +++ b/.config/mpd/database diff --git a/.config/wget/wgetrc b/.config/wget/wgetrc new file mode 100644 index 0000000..4fd7999 --- /dev/null +++ b/.config/wget/wgetrc @@ -0,0 +1 @@ +hsts-file=~/.cache/wget-hsts |
