We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e379e68 commit b402754Copy full SHA for b402754
sway/config
@@ -249,6 +249,6 @@ bar {
249
exec "$XDG_CONFIG_HOME/sway/scripts/session"
250
exec_always "$XDG_CONFIG_HOME/sway/scripts/clipboardstart"
251
exec swaymsg 'workspace 1; exec kitty "$HOME/dotfiles/bin/starttmux"'
252
-exec swaymsg 'workspace 2; exec brave; sleep 5'
+exec swaymsg 'workspace 2; exec flatpak run com.brave.Browser --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations; sleep 5'
253
exec swaymsg 'workspace 2; exec /usr/bin/syncthing'
254
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