From 130c2f5d61d5e2e9d5f59d01eb9536734c56beb5 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 1 Feb 2024 17:18:26 +0200 Subject: [PATCH] start wpd on sway init --- modules/home/programs/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/sway/config b/modules/home/programs/sway/config index 45846eb..d9a592e 100644 --- a/modules/home/programs/sway/config +++ b/modules/home/programs/sway/config @@ -9,7 +9,7 @@ set $menu bemenu-run | xargs swaymsg exec -- exec swaymsg "workspace 1; exec kitty" exec swaymsg "workspace 2; exec firefox" -exec systemctl --user restart bingwp.service +exec systemctl --user restart wpd.service # Start a terminal bindsym $mod+Return exec $term