mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
i3: wait for being online before spawning Firefox
This commit is contained in:
parent
ac9beaa242
commit
26d3ad5fb7
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -157,5 +157,5 @@ for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, m
|
|||
exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target
|
||||
exec --no-startup-id exec i3-msg "\
|
||||
workspace number 1; append_layout ~/.config/i3/ws-emacs.json; exec exec emacs; exec exec $term; exec exec $term; \
|
||||
workspace number 2; exec exec firefox; \
|
||||
workspace number 2; exec nm-online -q -t 5 && exec firefox; \
|
||||
workspace number 1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue