diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-11-24 14:55:45 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-11-24 14:55:45 +0000 |
commit | cd2452a65388e3642c7dcabb0a34a33983bbe63c (patch) | |
tree | 5ba48803c618451feb6105ebd025684bcbb96e39 | |
parent | f448749fa10b55d2b819ece0afb6639402bcd76c (diff) | |
download | dotfiles-cd2452a65388e3642c7dcabb0a34a33983bbe63c.tar.gz dotfiles-cd2452a65388e3642c7dcabb0a34a33983bbe63c.tar.bz2 dotfiles-cd2452a65388e3642c7dcabb0a34a33983bbe63c.zip |
add <CR> to vimb hotkeys
-rw-r--r-- | Browser/vimb/config.static | 4 | ||||
-rwxr-xr-x | Panel/lemonbar/panel_bar | 14 |
2 files changed, 7 insertions, 11 deletions
diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static index dc06fba..90a1239 100644 --- a/Browser/vimb/config.static +++ b/Browser/vimb/config.static @@ -33,7 +33,7 @@ nmap A :open aur nmap ( <C-O> nmap ) <C-N> nmap S :set scripts=false<CR> r :shellcmd mpv --no-terminal "%s"<CR> :set scripts=true<CR> -nmap J :set scripts=true -nmap D :set scripts=false +nmap J :set scripts=true<CR> +nmap D :set scripts=false<CR> au LoadFinished * sh! '~/dotfiles/Panel/lemonbar/windows' diff --git a/Panel/lemonbar/panel_bar b/Panel/lemonbar/panel_bar index 3d29d4f..6918969 100755 --- a/Panel/lemonbar/panel_bar +++ b/Panel/lemonbar/panel_bar @@ -6,15 +6,11 @@ num_mon=$(bspc query -M | wc -l) . ./icons while read -r line ; do case $line in -# Imail) -# mbsync -a > /dev/null -# if [ `rpws current` -eq 9 ];then -# mail='' -# else -# mail="%{F$COLOR_STATUS_FG}%{B$COLOR_STATUS_BG} ${ICON_MAIL} %{B-}%{F-}" -# fi -# ;; -# + Imail) + mbsync -a > /dev/null + mail="%{F$COLOR_STATUS_FG}%{B$COLOR_STATUS_BG} ${ICON_MAIL} %{B-}%{F-}" + ;; + # Iface) # if [ `rpws current` -eq 10 ];then # face='' |