Add wget config
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
hsts-file = ~/.cache/wget-hsts
|
||||||
@@ -51,12 +51,19 @@ export TERMINAL="urxvt"
|
|||||||
# Vim
|
# Vim
|
||||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||||
|
|
||||||
|
# Web browser
|
||||||
|
export BROWSER="firefox"
|
||||||
|
|
||||||
|
# Wget
|
||||||
|
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||||
|
|
||||||
# WM
|
# WM
|
||||||
export WM="i3"
|
export WM="i3"
|
||||||
|
|
||||||
# Xorg
|
# Xorg
|
||||||
export XINITRC="$XDG_CONFIG_HOME/xorg/xinitrc"
|
export XINITRC="$XDG_CONFIG_HOME/xorg/xinitrc"
|
||||||
export XAUTHORITY="$XDG_DATA_HOME/xorg/Xauthority"
|
export XAUTHORITY="$XDG_DATA_HOME/xorg/Xauthority"
|
||||||
|
touch "$XDG_DATA_HOME/xorg/Xauthority"
|
||||||
|
|
||||||
# Colors, window manager colors, workspace names
|
# Colors, window manager colors, workspace names
|
||||||
# Example: *.color0: #282a2e -> COLOR0=#282a2e
|
# Example: *.color0: #282a2e -> COLOR0=#282a2e
|
||||||
|
|||||||
Reference in New Issue
Block a user