Minor updates

This commit is contained in:
Nemo 2017-12-28 09:29:02 +05:30
parent 146b31d92c
commit 871089acc8
4 changed files with 12 additions and 8 deletions

View File

@ -5,19 +5,19 @@
no_parent = on
# Wait 60 seconds before timing out. This applies to all timeouts: DNS, connect and read. (The default read timeout is 15 minutes!)
timeout = 60
timeout = 3
# Retry a few times when a download fails, but dont overdo it. (The default is 20!)
tries = 3
tries = 1
# Retry even when the connection was refused
retry_connrefused = on
retry_connrefused = off
# Use the last component of a redirection URL for the local file name
trust_server_names = on
# Follow FTP links from HTML documents by default
follow_ftp = on
# follow_ftp = on
# Add a `.html` extension to `text/html` or `application/xhtml+xml` files that lack one, or a `.css` extension to `text/css` files that lack one
#adjust_extension = on
@ -32,6 +32,6 @@ follow_ftp = on
robots = off
# Print the HTTP and FTP server responses
#server_response = off
server_response = on
# user_agent = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2873.0 Safari/537.36
# user_agent = Mozilla/Gecko/Firefox/58.0

View File

@ -22,6 +22,7 @@
from = "! git fetch origin; git rebase origin/master"
frogh = "! git fetch origin; git rebase origin/gh-pages"
frum = "! git fetch upstream; git rebase upstream/master"
pushall = !git remote | xargs -L1 git push --all
[rerere]
enabled = true
@ -69,4 +70,6 @@
[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/
[url "ssh://git@bitbucket.org/"]
insteadOf = https://bitbucket.org/
insteadOf = https://bitbucket.org/
[credential]
helper = cache --timeout=3600

View File

@ -2,7 +2,7 @@
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# I use the ubuntu key on my laptop for i3
# I use the Super key on my laptop for i3
set $mod Mod4
# 4 named workspaces
@ -93,6 +93,7 @@ bindsym Shift+Print exec escrotum --clipboard --select --selection-delay 300 $sc
bindsym $mod+Shift+I exec escrotum --clipboard --select --selection-delay 300 $screenshot_file
bindsym Ctrl+Print exec scrot --focused --count --delay 0.5 --quality 80 --silent $screenshot_file
bindsym Ctrl+Shift+Print exec scrot --count --delay 0.5 --quality 80 --silent $screenshot_file
bindsym $mod+P exec passmenu --type
# change focus
bindsym $mod+j focus left

0
files/x11/.xinitrc Normal file → Executable file
View File