diff --git a/.asoundrc b/.config/alsa/asoundrc similarity index 100% rename from .asoundrc rename to .config/alsa/asoundrc diff --git a/.config/i3/config b/.config/i3/config index 6522d5e..9cc44c8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -47,7 +47,6 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev -bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3-msg exit" # bindsym $mod+BackSpace bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Reboot computer?" "$reboot" 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 diff --git a/.profile b/.profile index e3543d9..5361d47 100644 --- a/.profile +++ b/.profile @@ -16,12 +16,16 @@ export FILE="ranger" export STATUSBAR="${LARBSWM}blocks" # ~/ Clean-up: +export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" export NOTMUCH_CONFIG="$HOME/.config/notmuch-config" export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0" export LESSHISTFILE="-" +export WGETRC="$HOME/.config/wget/wgetrc" export INPUTRC="$HOME/.config/inputrc" export ZDOTDIR="$HOME/.config/zsh" +export GNUPGHOME="$HOME/.local/share/gnupg" export PASSWORD_STORE_DIR="$HOME/.local/share/password-store" +export ALSA_CONFIG_PATH="$HOME/.config/alsa/asoundrc" # Other program settings: export DICS="/usr/share/stardict/dic/"