dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

scrollback (123B)


      1 #!/bin/sh -eu
      2 pid=$(xprop | awk '/_NET_WM_PID/ { print $3 }')
      3 exec less -RS "${HOME}/.cache/st/$(date +%Y-%m-%d)/"*".$pid"