Skip to content

Commit b402754

Browse files
committed
fix an issue with brave not actually launching until syncthing ran
1 parent e379e68 commit b402754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sway/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ bar {
249249
exec "$XDG_CONFIG_HOME/sway/scripts/session"
250250
exec_always "$XDG_CONFIG_HOME/sway/scripts/clipboardstart"
251251
exec swaymsg 'workspace 1; exec kitty "$HOME/dotfiles/bin/starttmux"'
252-
exec swaymsg 'workspace 2; exec brave; sleep 5'
252+
exec swaymsg 'workspace 2; exec flatpak run com.brave.Browser --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations; sleep 5'
253253
exec swaymsg 'workspace 2; exec /usr/bin/syncthing'
254254
exec swaymsg 'workspace 3; exec flatpak run md.obsidian.Obsidian obsidian://open?vault=Obsidian --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations; sleep 5'

0 commit comments

Comments
 (0)