added urxvt

clean_emacs
Tuan-Dat Tran 2019-05-06 11:53:42 +02:00
parent cee9e8883d
commit 12705f2af8
8 changed files with 86 additions and 14 deletions

View File

@ -104,6 +104,9 @@ exec --no-startup-id compton -b
exec --no-startup-id nextcloud
exec --no-startup-id udiskie
exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
exec --no-startup-id urxvtd
exec --no-startup-id light-locker
exec --no-startup-id synergyd
# exec --no-startup-id polybar beep -r
# exec --no-startup-id polybar boop -r
# exec --no-startup-id nm-applet
@ -115,7 +118,7 @@ exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
bindsym $mod+Shift+s exec poweroff
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec urxvtc
# kill focused window
bindsym $mod+Shift+q kill
@ -138,7 +141,7 @@ bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r"
# Application Shortcuts
bindsym $mod+b exec firefox
bindsym $mod+e exec i3-sensible-terminal -e ranger
bindsym $mod+e exec urxvtc -e ranger
bindsym $mod+Shift+e exec nautilus
bindsym $mod+m exec thunderbird

View File

@ -7,4 +7,5 @@ map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/L
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_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 nu shell touch L_$(basename %f .pdf)\.md; vim L_$(basename %f .pdf)\.md;
map nu shell touch L_$(basename %f .pdf)\.md
map ntu shell cp ~/Templates/LaTeX/UniversityAssignmets/assignment.tex .

View File

@ -61,8 +61,8 @@ alignment = 'bl',
--## Font Settings #############################
-- Use Xft (anti-aliased font and stuff)
use_xft = true,
--xftfont Liberation Mono:bold:size=9
font = 'Roboto:size=10',
--xftfont Hack Nerd Font Mono:style=Regular:size=11:hinting=full
font = 'DejaVu Sans Mono for Powerline:size=11',
-- Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha = 1,
@ -163,20 +163,20 @@ conky.text = [[
# You can change bg-bottomleft-75.png to bg-bottomleft-50.png for 50% opacity
# Or bg-bottomleft-25.png for 25% opacity
# Or bg-bottomleft-0.png for fully transparent
${goto 24}${font Roboto:Light:size=72}${color0}\
${goto 24}${font Hack Nerd Font Mono:style=Regular:size=72:hinting=full}${color0}\
${time %H}${color}\
\
:\
\
${time %M}${font}${color}
\
${goto 50}${font Roboto:Light:size=20}${voffset 12}${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%A"},${color}\
${goto 50}${font Hack Nerd Font Mono:style=Regular:size=20:hinting=full}${voffset 12}${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%A"},${color}\
${color0} ${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%d"}${color}\
${execi 300 LANG=de_DE.utf8 LC_TIME=de_DE.utf8 date +"%B"}${font}${color}
\
${goto 24}\
${font Roboto:Light:pixelsize=12}\
${goto 20}\
${font Hack Nerd Font Mono:style=Regular:size=12:hinting=full}\
${offset 20}${battery_percent}%\
${offset 45}$mem / $memmax\
${offset 45}${cpu cpu0}%

View File

@ -1,4 +1,6 @@
setlocal spell spelllang=de_de
" setlocal spell spelllang=de_de
" set nospell
" Begin Shortcuts

View File

@ -557,3 +557,64 @@ Bakir
Alanah
WiWi
Voteller
Datenbankmanagementsystem
Transaktionsmanagement
Datenbanktabelle
behebung
widerprüchliche
Programmierclub
Concurrency
Kleingruppen
Zentralübung
Paaßen
david
paassen
due
edge
cloud
Multithreading
Multicores
Hyperthreading
Ersatzschlüssel
Vertrauenskasse
Meisner
Goedicke
Vollzugriff
Senatsleute
Versorgungsbudget
Beschaffungsantrag
Zahlungsbereitschaft
Zahlungshinweis
Fakultätszusammenlegung
exterene
CaSchü
Klinikmensa
Juniorprofessorenevaluierungskomissionen
Lärmquellekatalog
Fachschaftsratsmitglieder
Fachschaftsveranstaltungen
Drittveranstaltungen
FZS
besuch
Nebenläufiger
print
while
q2
q1
q
Ü2
PACKAGES
Correct
Formating
#lankboxes
Boxes
mktitle
formatting
SHORTCUTS
p1
p2
boolean
flag
false
if
q3

Binary file not shown.

View File

@ -8,6 +8,7 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-pandoc/vim-pandoc'
Plugin 'vim-pandoc/vim-pandoc-syntax'
Plugin 'vimwiki/vimwiki'
Plugin 'neoclide/coc.nvim'
call vundle#end()
filetype plugin indent on
@ -75,12 +76,11 @@ inoremap u" ü
inoremap A" Ä
inoremap U" Ü
inoremap O" Ö
inoremap jk <Esc>
inoremap <leader>s ß
inoremap <leader>e
inoremap jj <Esc>
inoremap ;s ß
inoremap ;e
vnoremap jk <Esc>
" This callback will be executed when the entire command is completed
function! BackgroundCommandClose(channel)
" Read the output from the command into the quickfix window
@ -113,3 +113,6 @@ let g:vimwiki_list =[
\{'path':'~/Documents/Collection/wiki'},
\{'path_html':'~/Documents/Collection/wiki_html'}
\]
" Pandoc
let g:pandoc#modules#disabled = [ "spell" ]

View File

@ -2,9 +2,11 @@
export ZSH="/home/tuan/.oh-my-zsh"
export PATH="$PATH:$HOME/.go/bin:$HOME/.local/bin:$HOME/.cargo/bin"
export GOPATH="$HOME/.go/"
export LEDGER_FILE="/home/tuan/Documents/Finanzen/Ledger/MyBudget.ledger"
# Alias
alias background='feh --randomize --bg-fill /usr/share/backgrounds/*'
alias hledger-web='hledger-web --serve'
alias gowinbuild='GOOS=windows GOARCH=amd64 go build'
alias pwgen='pwgen -y 20 1'
alias q="exit"