diff options
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
-rwxr-xr-x | zsh/.zshrc | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3febfda..2b6de5d 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -18,7 +18,7 @@ Print | |||
18 | maim ~/screens/$(date +%d-%b-%y-%I:%M%p).png | 18 | maim ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
19 | control + Print | 19 | control + Print |
20 | maim -i $(xdotool getactivewindow) ~/screens/$(date +%d-%b-%y-%I:%M%p).png | 20 | maim -i $(xdotool getactivewindow) ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
21 | control + shift + Print | 21 | control + alt + Print |
22 | maim -s ~/screens/$(date +%d-%b-%y-%I:%M%p).png | 22 | maim -s ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
23 | super + shift + p | 23 | super + shift + p |
24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |
@@ -81,7 +81,7 @@ compinit | |||
81 | 81 | ||
82 | # vi mode | 82 | # vi mode |
83 | bindkey -v | 83 | bindkey -v |
84 | export KEYTIMEOUT=1 | 84 | # export KEYTIMEOUT=1 |
85 | 85 | ||
86 | # reverse search | 86 | # reverse search |
87 | bindkey '^R' history-incremental-search-backward | 87 | bindkey '^R' history-incremental-search-backward |
@@ -114,5 +114,6 @@ zle -N zle-line-init | |||
114 | echo -ne '\e[5 q' # Use beam shape cursor on startup. | 114 | echo -ne '\e[5 q' # Use beam shape cursor on startup. |
115 | preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. | 115 | preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. |
116 | 116 | ||
117 | # Load zsh-syntax-highlighting; should be last. | 117 | # Load plugins |
118 | source ~/.cache/zsh/plugins/sudo.plugin.zsh | ||
118 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null | 119 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null |