Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
d118a55983
4 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
1
.config/wget/wgetrc
Normal file
1
.config/wget/wgetrc
Normal file
|
@ -0,0 +1 @@
|
|||
hsts-file=~/.cache/wget-hsts
|
4
.profile
4
.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/"
|
||||
|
|
Loading…
Reference in a new issue