From cd684d3ea895f426e5c7fd396b0a820c509baeb7 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 21 May 2016 21:20:55 +0530 Subject: [PATCH] Lots of minor changes - Adds my signing key to gitconfig --- files/bash/.bashrc | 4 ++-- files/git/.gitconfig | 3 ++- files/i3/.i3/config | 11 +++-------- files/x11/.Xresources | 8 +++++--- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 0939fd4..4bd966f 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -26,12 +26,12 @@ source $HOME/.nvm/nvm.sh #node version manager # Python virtualenv export WORKON_HOME=~/.virtualenvs source /usr/bin/virtualenvwrapper.sh +source /usr/share/doc/pkgfile/command-not-found.bash -alias llama='ssh git@git.sdslabs.co.in llama' -alias capt='ssh git@git.sdslabs.co.in capt' alias sublime='/usr/bin/sublime-text' alias chrome='chromium-browser' alias gittunnel='ssh mobile@10.42.43.2 -L 2000:github.com:22 -N' +alias gp='git push' alias subtitles='subliminal -p addic7ed -l en -s -- $1' alias charge='BUSNUM=003 DEVNUM="`lsusb -d 05ac:12a2 |cut -c16-18`" /home/nemo/projects/ubuntu_packages/ipad_charge/ipad_charge' alias pu='phpunit' diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 9aef457..4f4055b 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -1,6 +1,7 @@ [user] name = Abhay Rana email = capt.n3m0@gmail.com + signingkey = B8963685 [github] user = captn3m0 token = @@ -28,4 +29,4 @@ [help] autocorrect = 0 [push] - default = simple + default = current diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 33ceeb3..249c378 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -36,7 +36,6 @@ exec i3-msg "workspace $WS1; exec cwdterm.sh" exec i3-msg "workspace $WS1; exec subl3" # Web workspace -exec i3-msg "workspace $WS2; exec plaidchat" exec i3-msg "workspace $WS2; exec google-chrome-unstable" # Quick switching between workspace is disabled @@ -70,10 +69,10 @@ bindsym $mod+Shift+q kill #### Lock screen config ##### # Use i3lock as screensaver (works on suspend) -exec --no-startup-id xss-lock /home/nemo/projects/scripts/i3lock.sh +exec --no-startup-id "xss-lock /home/nemo/projects/scripts/i3lock.sh > /home/nemo/projects/scripts/xss-lock.log" # Autolock screen after 2 minutes -exec --no-startup-id xautolock -corners -000 -detectsleep -time 2 -locker "/home/nemo/projects/scripts/i3lock.sh" +exec --no-startup-id "xautolock -corners -000 -detectsleep -time 2 -locker /home/nemo/projects/scripts/i3lock.sh > /home/nemo/logs/i3/xautolock.log" # Win+L bindsym $mod+l exec --no-startup-id xautolock -locknow @@ -229,11 +228,6 @@ bar { } } -# Colors - -# Special assignments for programs -assign [class="Transmission-gtk"] → $WS3 - # Window assignments for_window [class="Wine"] floating enable for_window [class="Transmission-gtk"] floating enable @@ -244,6 +238,7 @@ for_window [class="xpad"] floating enable # Sticky Notepad exec --no-startup-id xpad bindsym F1 [class="xpad" instance="xpad"] scratchpad show +bindsym F2 [class="^(?!xpad$)"] scratchpad show # Scratchpad bindsym $mod+shift+z move scratchpad diff --git a/files/x11/.Xresources b/files/x11/.Xresources index 79f1dd9..70482bd 100644 --- a/files/x11/.Xresources +++ b/files/x11/.Xresources @@ -37,7 +37,6 @@ Xcursor.size: 22 ! xterm ---------------------------------------------------------------------- xterm*VT100.geometry: 80x25 -! xterm*faceName: SourceCodePro:size=8:antialias=false xterm*font: 7x13 xterm*dynamicColors: true xterm*utf8: 2 @@ -51,12 +50,15 @@ xterm*jumpScroll: true xterm*multiScroll: true xterm*toolBar: false - Xft.dpi: 96 Xft.antialias: true Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight -URxvt.font: xft:Sauce Code Powerline:size=10:pixelsize=10,style=Light +URxvt.font: xft:Sauce Code Powerline:size=16:pixelsize=16,style=Light URxvt.scrollBar: false +URxvt.resize-font.smaller: C-Down +URxvt.resize-font.bigger: C-Up +URxvt.iso14755: false +URxvt.iso14755_52: false \ No newline at end of file