From 33af0b84dfab05d372ca463131c039d098c82777 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 6 Feb 2020 12:11:27 +0100 Subject: [PATCH] [sway] Autostart browser with default session on start --- bin/executable_i3-autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_i3-autostart b/bin/executable_i3-autostart index b800e4d..79fccf4 100755 --- a/bin/executable_i3-autostart +++ b/bin/executable_i3-autostart @@ -30,7 +30,7 @@ else swaymsg workspace "4: Docs" swaymsg exec "emacs ~/" swaymsg workspace "2: Web" - swaymsg exec firefox-wayland + swaymsg exec "qutebrowser -r default" swaymsg workspace "3: Comms" swaymsg exec start-comms swaymsg workspace "5: Media"