diff --git a/files/dl/.wgetrc b/files/dl/.wgetrc index 33bca9e..d7df22b 100644 --- a/files/dl/.wgetrc +++ b/files/dl/.wgetrc @@ -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 don’t 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 \ No newline at end of file diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 7c604ae..032453a 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -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/ \ No newline at end of file + insteadOf = https://bitbucket.org/ +[credential] + helper = cache --timeout=3600 diff --git a/files/i3/.i3/config b/files/i3/.i3/config index bb5f0bc..65d6217 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -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 diff --git a/files/x11/.xinitrc b/files/x11/.xinitrc old mode 100644 new mode 100755