dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a01efa99d9b7cc8b77730dec5d6ac475d0c407ae
parent bc1a93c4d9a30b3a628642e03730d97ec1b609da
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 15 Oct 2021 23:36:20 +0200

drag/drop: setsid

Diffstat:
Mscripts/drag | 2+-
Mscripts/drop | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/drag b/scripts/drag @@ -3,4 +3,4 @@ # Provide one or more filenames, and you'll get a window from which you can # drag. command -v dragon-drag-and-drop || { printf "Install mwh/dragon\n" >&2 && exit 1; } -dragon-drag-and-drop "$@" +setsid -f dragon-drag-and-drop "$@" diff --git a/scripts/drop b/scripts/drop @@ -2,4 +2,4 @@ # This script uses `dragon` to provide drag-and-drop functionality. # It gives you a window in which you can drop items, printing them to stdout. command -v dragon-drag-and-drop || { printf "Install mwh/dragon\n" >&2 && exit 1; } -dragon-drag-and-drop --target +setsid -f dragon-drag-and-drop --target