aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts')
-rwxr-xr-xuser-scripts/nlaunch2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/nlaunch b/user-scripts/nlaunch
index 79540c8..7eee8a0 100755
--- a/user-scripts/nlaunch
+++ b/user-scripts/nlaunch
@@ -13,5 +13,5 @@ get_selection() {
}
if selection=$( get_selection ); then
- "$selection" 2>&1 >/dev/null &
+ "$selection" 2>/dev/null 1>/dev/null &
fi