From e509bb683cf7c4c920c590990ac6341a793e0f91 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Mon, 27 Mar 2023 13:39:58 +0200 Subject: [PATCH] possibly fix keyboard bug on startup --- .config/X11/xsession.d/80auto-start | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/X11/xsession.d/80auto-start b/.config/X11/xsession.d/80auto-start index e794a2a7..02ce984a 100644 --- a/.config/X11/xsession.d/80auto-start +++ b/.config/X11/xsession.d/80auto-start @@ -5,6 +5,9 @@ start() { } xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" + +remaps & +checkup & start playerctld daemon start picom start unclutter -noevents @@ -13,5 +16,3 @@ start pipewire start dwmblocks start remapd -remaps & -checkup &