Skip to content

Instantly share code, notes, and snippets.

View zuernBernhard's full-sized avatar

Bernhard Zürn zuernBernhard

View GitHub Profile
@opi
opi / drupal_dialog_buttonpane.md
Created April 26, 2021 11:14
Drupal: Do not put buttons into modal/dialog button pane
@ihashacks
ihashacks / notifyosd.zsh
Last active November 7, 2021 18:01
pseudo undistract-me implementation in zsh Original undistract-me: http://mumak.net/undistract-me/
# commands to ignore
cmdignore=(htop tmux top vim)
# end and compare timer, notify-send if needed
function notifyosd-precmd() {
retval=$?
if [[ ${cmdignore[(r)$cmd_basename]} == $cmd_basename ]]; then
return
else
if [ ! -z "$cmd" ]; then