diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..2794ade --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,3 @@ +[user] + email = yannik.schmidt@fau.de + name = Sheppy diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 3ae6b6a..c0bfe48 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -13,6 +13,10 @@ xsetroot -solid '#5A8E3A' # remove all existing keybindings 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 # if you have a super key you will be much happier with Mod set to Mod4 #Mod=Mod1 # Use alt as the main modifier @@ -27,7 +31,7 @@ hc keybind $Mod-q close #spawn shit hc keybind $Mod-Return spawn urxvt 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-Shift-l spawn libreoffice diff --git a/zshrc b/zshrc index 99e48ff..c6867f8 100644 --- a/zshrc +++ b/zshrc @@ -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 wl="php /proj/ciptmp/av37umic/scripts/woist.php list" alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'" +alias -g uni="faui06c.cs.fau.de" #direct to config alias hlconf="vim ~/.config/herbstluftwm/autostart" alias zshconf="vim ~/.zshrc" +#ambigious aliases +alias dual="xrandr --output DVI-I-2 --right-of DVI-I-1" + #aliases migrated from bashrc alias spc='gcc -std=c99 -pedantic -Wall -Werror -D_XOPEN_SOURCE=700 -o' 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 la="ls -la" alias ll="ls -ll" +alias cipkey="ssh-add ~/.ssh/ciplogin" #pipealiases alias -g D='| dot -Tpng >'