From b3d55be033ee35da4bde781922e749cfd5422dbc Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 26 Dec 2024 15:21:42 +0100 Subject: [PATCH] add kdeconnect 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 83157b2..c22c6f0 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -247,6 +247,7 @@ exec 'swaylock -i ~/.wallpaper' exec 'XDG_CURRENT_DESKTOP=sway systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP' exec 'mako --default-timeout=3000' exec 'nextcloud' +exec 'kdeconnectd' 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'