diff --git a/files/audio/.config/spectrum.conf b/files/audio/.config/spectrum.conf index f4715db..6f70ce9 100644 --- a/files/audio/.config/spectrum.conf +++ b/files/audio/.config/spectrum.conf @@ -1,5 +1,5 @@ [Main] -source = 4 +source = 5 # valid options: normal, desktop, screensize, workarea, fullscreen, maximize, keep_below, skip_taskbar, skip_pager state = desktop, screensize diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 620d729..039c691 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -56,3 +56,9 @@ # https://github.com/so-fancy/diff-so-fancy pager = diff-so-fancy | less --tabs=4 -RFX preloadindex = true + +[svn-remote "svn"] +#svn checkout https://svn.code.sf.net/p/elibsrv/code/ elibsrv-code +# url = http://localhost:81/svn/project/branches + branches = + tags = \ No newline at end of file diff --git a/files/ssh/.ssh/config.d/public b/files/ssh/.ssh/config.d/public index 14f2915..6d62b3c 100644 --- a/files/ssh/.ssh/config.d/public +++ b/files/ssh/.ssh/config.d/public @@ -22,3 +22,7 @@ Host koding Host 35.*.*.* User abhay + +Host aur.archlinux.org + IdentityFile ~/.ssh/aur.pem + User aur