Update Dots

This commit is contained in:
Marco Thomas
2020-09-05 01:30:45 +02:00
parent 9973fd1bcf
commit dd3a580402
3 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ opacity-rule = [
#inactive-dim = 0.15;
inactive-opacity = 0.9;
corner-radius = 15.0;
corner-radius = 8.0;
rounded-corners-exclude= [
"class_g = 'i3-frame'",
"class_g = 'dmenu'"

View File

@@ -115,3 +115,10 @@ cmap Wq wq
cmap Q q
cmap W w
cmap q1 q!
" ============================== Snippets
iab lbf \textbf{}<LEFT>
iab lframe \begin{frame}{}<CR><CR>\end{frame}<UP>
iab litem \begin{itemize}<CR><CR>\end{itemize}<UP>
iab ltable \begin{tabular}{}<CR>\end{tabular}<UP><RIGHT><RIGHT><RIGHT>
iab lfig \begin{figure}<CR>\includegraphics[width=1\textwidth]{}<CR>\caption{}<CR>\label{figure:}<CR>\end{figure}

View File

@@ -66,6 +66,7 @@ setopt hist_ignore_space # ignore commands that start with space
setopt hist_verify # show command with history expansion to user before running it
setopt share_history # share command history data inside tmux
export HISTFILE="$HOME/.zsh_history"
export SAVEHIST=1000
# ============================== SSH-Agent
if [ -f ~/.ssh/agent.env ] ; then