Lots of minor changes

- Adds my signing key to gitconfig
This commit is contained in:
Abhay Rana 2016-05-21 21:20:55 +05:30
parent 61766c3194
commit cd684d3ea8
4 changed files with 12 additions and 14 deletions

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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