From 89a98e8a3d12267869c9ffaa6b1eef01cdff1ee7 Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 4 Nov 2021 17:54:22 +0100 Subject: [PATCH] add mako to autostart --- dotfiles/sway/.config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index e81457a..71f5044 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -237,6 +237,7 @@ exec swayidle -w before-sleep 'lockscreen' #autostart exec 'nextcloud' +exec 'mako' exec 'swaymsg "workspace 1; exec firefox; splith; exec alacritty; workspace 2; exec rhythmbox; splith; exec element-desktop"; workspace 2' bindsym XF86AudioPrev exec 'rhythmbox-client --no-start --previous'