Revert "swap abduco for dtach"

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

3
local/bin/abduco_list Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
session="$(abduco | tail -n +2 | cut -f3 | dmenu)"
urxvtc -e abduco -a "$session"

3
local/bin/abduco_run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
command="$(dmenu_path | dmenu)"
urxvtc -e abduco -A "$command" $command

View file

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

View file

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