Update Dots
This commit is contained in:
@@ -7,7 +7,7 @@ opacity-rule = [
|
|||||||
#inactive-dim = 0.15;
|
#inactive-dim = 0.15;
|
||||||
inactive-opacity = 0.9;
|
inactive-opacity = 0.9;
|
||||||
|
|
||||||
corner-radius = 15.0;
|
corner-radius = 8.0;
|
||||||
rounded-corners-exclude= [
|
rounded-corners-exclude= [
|
||||||
"class_g = 'i3-frame'",
|
"class_g = 'i3-frame'",
|
||||||
"class_g = 'dmenu'"
|
"class_g = 'dmenu'"
|
||||||
|
|||||||
@@ -115,3 +115,10 @@ cmap Wq wq
|
|||||||
cmap Q q
|
cmap Q q
|
||||||
cmap W w
|
cmap W w
|
||||||
cmap q1 q!
|
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}
|
||||||
|
|||||||
@@ -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 hist_verify # show command with history expansion to user before running it
|
||||||
setopt share_history # share command history data inside tmux
|
setopt share_history # share command history data inside tmux
|
||||||
export HISTFILE="$HOME/.zsh_history"
|
export HISTFILE="$HOME/.zsh_history"
|
||||||
|
export SAVEHIST=1000
|
||||||
|
|
||||||
# ============================== SSH-Agent
|
# ============================== SSH-Agent
|
||||||
if [ -f ~/.ssh/agent.env ] ; then
|
if [ -f ~/.ssh/agent.env ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user