summaryrefslogtreecommitdiff
path: root/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator
blob: 4dbb803991ea18f33f3a18edf9042f8167e3951f (plain)
  1. // We prefer urxvt over other alternatives (goddammit!)
  2. DPkg
  3. {
  4. Post-Invoke {
  5. "s=/usr/bin/urxvtcd; [ ! -x $s ] || update-alternatives --set x-terminal-emulator $s"
  6. ;};
  7. };