diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/aliasrc | 3 | ||||
-rw-r--r-- | dot_config/i3/config | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dot_config/aliasrc b/dot_config/aliasrc index 712206d..c48eb19 100644 --- a/dot_config/aliasrc +++ b/dot_config/aliasrc @@ -22,4 +22,5 @@ alias mpv='mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)' \ vv='cd ~/Videos && ls -A *' \ pp='cd ~/Pictures && ls -A *' \ mm='cd ~/Music && ls -A !(data-music)' \ - ipa='ip -c -h -s a' + ipa='ip -c -h -s a' \ + wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts' diff --git a/dot_config/i3/config b/dot_config/i3/config index bbfe95c..54e7dd9 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -221,7 +221,7 @@ client.placeholder #20202D #20202D #FFFFFF #0C1746 #3C3C54 client.background #D52C70 # suspend and hibernate -bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the suspending shortcut. Do you really want to suspend your computer?' -B 'Yes, suspend it.' 'i3lock --image="$HOME/Pictures/superhot_wpp.png" && sudo /bin/zzz'" +bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the suspending shortcut. Do you really want to suspend your computer?' -B 'Yes, suspend it.' 'i3lock --image=$HOME/Pictures/superhot_wpp.png && sudo /bin/zzz'" bindsym $mod+Shift+Delete exec "i3-nagbar -t warning -f fixed -m 'You pressed the hibernating shortcut. Do you really want to put your computer to sleep?' -B 'Yes, do it.' 'sudo /bin/ZZZ'" # What happens when we hit the power button |