aboutsummaryrefslogtreecommitdiff
path: root/vit/config.ini
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-09-08 11:36:20 +0200
committerThomas Schmucker <ts@its1.de>2023-09-08 11:36:20 +0200
commit557649838830f64f980610318a1d45ba9ce72809 (patch)
treeec9496213c7d78dbe0e76ab1c88949a5bc40ec23 /vit/config.ini
parent6a509aff264fc06ea212254c4ea3f66dc352f6dc (diff)
downloaddotfiles-557649838830f64f980610318a1d45ba9ce72809.tar.gz
dotfiles-557649838830f64f980610318a1d45ba9ce72809.tar.bz2
dotfiles-557649838830f64f980610318a1d45ba9ce72809.zip
Vit: Setze den Fokus auf den neuen Eintrag nach dem Hinzufügen
Diffstat (limited to 'vit/config.ini')
-rw-r--r--vit/config.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/vit/config.ini b/vit/config.ini
index 4960336..70e7bee 100644
--- a/vit/config.ini
+++ b/vit/config.ini
@@ -55,7 +55,7 @@ wait = False
55 55
56# Boolean. If true, VIT will focus on the newly added task. Note: the new task must be 56# Boolean. If true, VIT will focus on the newly added task. Note: the new task must be
57#included in the active filter for this setting to have effect. 57#included in the active filter for this setting to have effect.
58#focus_on_add = False 58focus_on_add = True
59 59
60# Path to a directory to manage pid files for running instances of VIT. 60# Path to a directory to manage pid files for running instances of VIT.
61# If no path is provided, no pid files will be managed. 61# If no path is provided, no pid files will be managed.