diff --git a/config/.config/i3/config b/config/.config/i3/config index 580b897..21ee136 100644 --- a/config/.config/i3/config +++ b/config/.config/i3/config @@ -131,7 +131,7 @@ exec --no-startup-id polybar beep -r exec --no-startup-id polybar boop -r exec --no-startup-id nm-applet exec --no-startup-id xss-lock -- python ~/.scripts/i3lock.py -exec --no-startup-id kdeconnect-indicator +# exec --no-startup-id kdeconnect-indicator ############################################################################### ################################# Keybindings ################################# diff --git a/config/.config/ranger/rc.conf b/config/.config/ranger/rc.conf index bfd829f..51ad8d1 100644 --- a/config/.config/ranger/rc.conf +++ b/config/.config/ranger/rc.conf @@ -5,6 +5,6 @@ map f console scout -ftsea%space map gg console mkdir%space map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/LaTeX/fsrprotokoll.sh map ny shell cp %f ../Protokoll_$(echo $(basename $(pwd)) | awk '{gsub("\\.","-");print}' $2).pdf -map nrg shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g.%m)_-Elektro.tex; ~/Templates/LaTeX/Invoice/InvNum.sh +map nrg shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Elektro_-_Rechnung_$(date +%g-%m)_-Elektro.tex; ~/Templates/LaTeX/Invoice/InvNum.sh map nrb shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex; ~/Templates/LaTeX/Invoice/InvNum.sh diff --git a/config/.scripts/colorscheme.sh b/config/.scripts/colorscheme.sh deleted file mode 100755 index 229ccf1..0000000 --- a/config/.scripts/colorscheme.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -feh --bg-scale $1; -wal -i $1 -n; diff --git a/vim/.vim/ftplugin/md.vim b/vim/.vim/ftplugin/md.vim index 0bf82d2..d4bd0ff 100644 --- a/vim/.vim/ftplugin/md.vim +++ b/vim/.vim/ftplugin/md.vim @@ -5,5 +5,5 @@ setlocal spell spelllang=de_de " Compilation map :RunBackgroundCommand pandoc % --pdf-engine=xelatex -o %pdf:redraw! -map :silent exec "!okular %pdf &" +map :silent exec "!evince %pdf &" diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim index 63c947a..d32e520 100644 --- a/vim/.vim/ftplugin/tex.vim +++ b/vim/.vim/ftplugin/tex.vim @@ -23,5 +23,5 @@ vmap "" da"`""' " Compilation map :RunBackgroundCommand latexmk -pdf -silent %:redraw! map :RunBackgroundCommand latexmk -c -map :silent exec "!okular %pdf &>/dev/null &" +map :silent exec "!evince %pdf &>/dev/null &" diff --git a/vim/.vim/spell/de.utf-8.add b/vim/.vim/spell/de.utf-8.add index 5031d8f..22848fe 100644 --- a/vim/.vim/spell/de.utf-8.add +++ b/vim/.vim/spell/de.utf-8.add @@ -241,3 +241,20 @@ Rektoratssitzung Gleichstellungsbeauftragten Masterstudiengang Modulhandbuch +reverse +pdf +source +Koczian +Abdifitah +Studienbeirat +Medienschrank +Teambildende +Professorengespräche +Hygienedienst +Gegenstandsverzeichnisses +Gegenstandsverzeichnis +#affemschinen +Kaffemaschinen +Snippets +# +Vorverarbeitungsfunktion diff --git a/vim/.vim/spell/de.utf-8.add.spl b/vim/.vim/spell/de.utf-8.add.spl index 2b26f8f..ca500ba 100644 Binary files a/vim/.vim/spell/de.utf-8.add.spl and b/vim/.vim/spell/de.utf-8.add.spl differ diff --git a/zsh/.zshrc b/zsh/.zshrc index 9bcbc8d..c87335a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -43,7 +43,9 @@ alias mkvirtenv="python -m virtualenv --system-site-packages" alias mp3='youtube-dl --embed-thumbnail -x --audio-format mp3 -o "./%(title)s.%(ext)s"' alias nyan="nyancat" alias pastebin='vim ~/Nextcloud/pastebin.txt' +alias pb='vim ~/Nextcloud/pastebin.txt' alias q="exit" +alias :q="exit" alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"' alias rm="rm -I" alias steam='steam' @@ -53,7 +55,6 @@ alias vrc='vim ~/.vimrc' alias vudget="vim $HOME/Nextcloud/orgs/Budget/MyBudget.ledger" alias watch='watch --color' alias zrc='vim ~/.zshrc' -alias wallpaper='~/.scripts/colorscheme.sh' source $ZSH/oh-my-zsh.sh