[herbstluftwm] Launch KeePassXC after the tags are created
This commit is contained in:
parent
e35635f9ef
commit
1dcfe8cc76
1 changed files with 6 additions and 1 deletions
|
@ -23,8 +23,8 @@ if hc silent new_attr bool my_not_first_autostart; then
|
||||||
nm-applet &
|
nm-applet &
|
||||||
gnome-keyring-daemon --start
|
gnome-keyring-daemon --start
|
||||||
nextcloud &
|
nextcloud &
|
||||||
/usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc &
|
|
||||||
dunst &
|
dunst &
|
||||||
|
# /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove all existing keybindings
|
# remove all existing keybindings
|
||||||
|
@ -187,3 +187,8 @@ hc set_monitors 2560x1418+0+22 1920x1080+2560+0
|
||||||
panel=~/.config/herbstluftwm/panel.sh
|
panel=~/.config/herbstluftwm/panel.sh
|
||||||
[ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh
|
[ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh
|
||||||
"$panel"
|
"$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
|
||||||
|
|
Loading…
Reference in a new issue