Back to evince!

clean_emacs
Tuan-Dat Tran 2019-01-22 16:12:50 +01:00
parent 472f5c722b
commit 25339689bc
No known key found for this signature in database
GPG Key ID: 0DA1B0B23302CA72
8 changed files with 23 additions and 8 deletions

View File

@ -131,7 +131,7 @@ exec --no-startup-id polybar beep -r
exec --no-startup-id polybar boop -r exec --no-startup-id polybar boop -r
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id xss-lock -- python ~/.scripts/i3lock.py exec --no-startup-id xss-lock -- python ~/.scripts/i3lock.py
exec --no-startup-id kdeconnect-indicator # exec --no-startup-id kdeconnect-indicator
############################################################################### ###############################################################################
################################# Keybindings ################################# ################################# Keybindings #################################

View File

@ -5,6 +5,6 @@ map f console scout -ftsea%space
map gg console mkdir%space map gg console mkdir%space
map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/LaTeX/fsrprotokoll.sh 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 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 map nrb shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex; ~/Templates/LaTeX/Invoice/InvNum.sh

View File

@ -1,3 +0,0 @@
#!/bin/sh
feh --bg-scale $1;
wal -i $1 -n;

View File

@ -5,5 +5,5 @@ setlocal spell spelllang=de_de
" Compilation " Compilation
map <C-c><C-c> <Esc>:RunBackgroundCommand pandoc <C-r>% --pdf-engine=xelatex -o <C-r>%<Del><Del>pdf<Enter>:redraw! map <C-c><C-c> <Esc>:RunBackgroundCommand pandoc <C-r>% --pdf-engine=xelatex -o <C-r>%<Del><Del>pdf<Enter>:redraw!
map <C-c><C-d> <Esc>:silent exec "!okular <C-r>%<Del><Del>pdf &"<Enter> map <C-c><C-d> <Esc>:silent exec "!evince <C-r>%<Del><Del>pdf &"<Enter>

View File

@ -23,5 +23,5 @@ vmap "" da"`<C-R>""'<Esc>
" Compilation " Compilation
map <C-c><C-c> <Esc>:RunBackgroundCommand latexmk -pdf -silent <C-r>%<Enter>:redraw!<Enter> map <C-c><C-c> <Esc>:RunBackgroundCommand latexmk -pdf -silent <C-r>%<Enter>:redraw!<Enter>
map <C-c><C-v> <Esc>:RunBackgroundCommand latexmk -c<Enter> map <C-c><C-v> <Esc>:RunBackgroundCommand latexmk -c<Enter>
map <C-c><C-d> <Esc>:silent exec "!okular <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter> map <C-c><C-d> <Esc>:silent exec "!evince <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter>

View File

@ -241,3 +241,20 @@ Rektoratssitzung
Gleichstellungsbeauftragten Gleichstellungsbeauftragten
Masterstudiengang Masterstudiengang
Modulhandbuch Modulhandbuch
reverse
pdf
source
Koczian
Abdifitah
Studienbeirat
Medienschrank
Teambildende
Professorengespräche
Hygienedienst
Gegenstandsverzeichnisses
Gegenstandsverzeichnis
#affemschinen
Kaffemaschinen
Snippets
#
Vorverarbeitungsfunktion

Binary file not shown.

View File

@ -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 mp3='youtube-dl --embed-thumbnail -x --audio-format mp3 -o "./%(title)s.%(ext)s"'
alias nyan="nyancat" alias nyan="nyancat"
alias pastebin='vim ~/Nextcloud/pastebin.txt' alias pastebin='vim ~/Nextcloud/pastebin.txt'
alias pb='vim ~/Nextcloud/pastebin.txt'
alias q="exit" alias q="exit"
alias :q="exit"
alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"' alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"'
alias rm="rm -I" alias rm="rm -I"
alias steam='steam' alias steam='steam'
@ -53,7 +55,6 @@ alias vrc='vim ~/.vimrc'
alias vudget="vim $HOME/Nextcloud/orgs/Budget/MyBudget.ledger" alias vudget="vim $HOME/Nextcloud/orgs/Budget/MyBudget.ledger"
alias watch='watch --color' alias watch='watch --color'
alias zrc='vim ~/.zshrc' alias zrc='vim ~/.zshrc'
alias wallpaper='~/.scripts/colorscheme.sh'
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh