From 1dcfe8cc761b8e45347df630e2142d9c5908655e Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 26 Aug 2020 13:48:53 +0200 Subject: [PATCH] [herbstluftwm] Launch KeePassXC after the tags are created --- herbstluftwm/autostart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index eda60ce..3e4a8f2 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -23,8 +23,8 @@ if hc silent new_attr bool my_not_first_autostart; then nm-applet & gnome-keyring-daemon --start nextcloud & - /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc & dunst & + # /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc & fi # remove all existing keybindings @@ -187,3 +187,8 @@ hc set_monitors 2560x1418+0+22 1920x1080+2560+0 panel=~/.config/herbstluftwm/panel.sh [ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh "$panel" + +# autostart programs that require existing tags +if hc silent new_attr bool my_not_first_autostart_end; then + /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc & +fi