From 8e0e281f4f6394815d3964abe1ea5fbac89621b0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 26 Jul 2021 09:22:12 +0200 Subject: [PATCH] systemd: move misc-x in i3-session target As it displays a window, we should depend on i3 running. --- dotfiles/systemd/i3-session.target | 1 + dotfiles/systemd/xsession.target | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/i3-session.target b/dotfiles/systemd/i3-session.target index 998f0d5..4448688 100644 --- a/dotfiles/systemd/i3-session.target +++ b/dotfiles/systemd/i3-session.target @@ -5,3 +5,4 @@ Wants=wallpaper.service Wants=wallpaper.timer Wants=polybar.service Wants=i3-companion.service +Wants=misc-x.service diff --git a/dotfiles/systemd/xsession.target b/dotfiles/systemd/xsession.target index 7157e58..a5b204c 100644 --- a/dotfiles/systemd/xsession.target +++ b/dotfiles/systemd/xsession.target @@ -5,7 +5,6 @@ Wants=autorandr.service Wants=dunst.socket Wants=i3.service Wants=inputplug.service -Wants=misc-x.service Wants=picom.service Wants=policykit-agent.service Wants=pipewire-pulse.socket