Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 480 Bytes

File metadata and controls

17 lines (12 loc) · 480 Bytes

GUI

  • KDocker, put any window into tray.
  • Email notification: thunderbird(FireTray) + xfce4-notifyd

Server

zsh

autoload -U up-line-or-beginning-search
autoload -U down-line-or-beginning-search
[[ -n "${key[Up]}" ]] && bindkey "${key[Up]}" up-line-or-beginning-search
[[ -n "${key[Down]}" ]] && bindkey "${key[Down]}" down-line-or-beginning-search