swap abduco for dtach
This commit is contained in:
parent
9ebf085359
commit
f0f22f3628
5 changed files with 12 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
session="$(abduco | tail -n +2 | cut -f3 | dmenu)"
|
||||
urxvtc -e abduco -a "$session"
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
command="$(dmenu_path | dmenu)"
|
||||
urxvtc -e abduco -A "$command" $command
|
5
local/bin/dtach_list
Executable file
5
local/bin/dtach_list
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
socketdir="${XDG_CACHE_HOME:-$HOME/.cache}/dtach"
|
||||
mkdir -p "$socketdir"
|
||||
session="$(ls "$socketdir" | dmenu)"
|
||||
urxvtc -e dtach -a "$socketdir/$session"
|
5
local/bin/dtach_run
Executable file
5
local/bin/dtach_run
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue