forked away from cipconfig

This commit is contained in:
Sheppy
2016-11-03 20:31:35 +01:00
parent 59abe1e96c
commit 8d5d4dfc4a
3 changed files with 13 additions and 1 deletions

3
git/.gitconfig Normal file
View File

@@ -0,0 +1,3 @@
[user]
email = yannik.schmidt@fau.de
name = Sheppy

View File

@@ -13,6 +13,10 @@ xsetroot -solid '#5A8E3A'
# remove all existing keybindings # remove all existing keybindings
hc keyunbind --all hc keyunbind --all
#look for additional monitors
#/usr/bin/xrandr --output DVI-I-2 --right-of DVI-I-1
/bin/sh -c "hc detect_monitors"
# keybindings # keybindings
# if you have a super key you will be much happier with Mod set to Mod4 # if you have a super key you will be much happier with Mod set to Mod4
#Mod=Mod1 # Use alt as the main modifier #Mod=Mod1 # Use alt as the main modifier
@@ -27,7 +31,7 @@ hc keybind $Mod-q close
#spawn shit #spawn shit
hc keybind $Mod-Return spawn urxvt hc keybind $Mod-Return spawn urxvt
hc keybind $Mod-l spawn xlock hc keybind $Mod-l spawn xlock
hc keybind $Mod-i spawn chromium hc keybind $Mod-i spawn iceweasel
hc keybind $Mod-p spawn pavucontrol hc keybind $Mod-p spawn pavucontrol
hc keybind $Mod-Shift-l spawn libreoffice hc keybind $Mod-Shift-l spawn libreoffice

5
zshrc
View File

@@ -54,11 +54,15 @@ alias wa="php /proj/ciptmp/av37umic/scripts/woist.php add"
alias wd="php /proj/ciptmp/av37umic/scripts/woist.php del" alias wd="php /proj/ciptmp/av37umic/scripts/woist.php del"
alias wl="php /proj/ciptmp/av37umic/scripts/woist.php list" alias wl="php /proj/ciptmp/av37umic/scripts/woist.php list"
alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'" alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'"
alias -g uni="faui06c.cs.fau.de"
#direct to config #direct to config
alias hlconf="vim ~/.config/herbstluftwm/autostart" alias hlconf="vim ~/.config/herbstluftwm/autostart"
alias zshconf="vim ~/.zshrc" alias zshconf="vim ~/.zshrc"
#ambigious aliases
alias dual="xrandr --output DVI-I-2 --right-of DVI-I-1"
#aliases migrated from bashrc #aliases migrated from bashrc
alias spc='gcc -std=c99 -pedantic -Wall -Werror -D_XOPEN_SOURCE=700 -o' alias spc='gcc -std=c99 -pedantic -Wall -Werror -D_XOPEN_SOURCE=700 -o'
alias woist='ssh ircbox nc localhost 1339 | grep -B1 " in .zshrci' alias woist='ssh ircbox nc localhost 1339 | grep -B1 " in .zshrci'
@@ -68,6 +72,7 @@ alias cltex="rm *.log *.aux *.fdb_latexmk *.fls"
alias wordcount="find . -type f -exec cat {} + | wc -w" alias wordcount="find . -type f -exec cat {} + | wc -w"
alias la="ls -la" alias la="ls -la"
alias ll="ls -ll" alias ll="ls -ll"
alias cipkey="ssh-add ~/.ssh/ciplogin"
#pipealiases #pipealiases
alias -g D='| dot -Tpng >' alias -g D='| dot -Tpng >'