swap abduco for dtach

This commit is contained in:
Felix Van der Jeugt 2016-01-23 11:00:57 +01:00
parent 9ebf085359
commit f0f22f3628
5 changed files with 12 additions and 8 deletions

5
local/bin/dtach_run Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
socketdir="${XDG_CACHE_HOME:-$HOME/.cache}/dtach"
mkdir -p "$socketdir"
command="$(dmenu_path | dmenu)"
urxvtc -e dtach -A "$socketdir/$command" $command