From e501e8325c827b260c81c6a9dda5abb0d90d5a39 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Tue, 28 May 2024 11:22:18 -0300 Subject: [PATCH] start sxhkd on qtile autostart --- .config/qtile/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index f2767e2..284e34d 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -27,6 +27,9 @@ nm-applet & # Set up wacom tablet autoxsetwacom +# Run hotkey deamon +sxhkd & + # Run xidlehook xidlehook \ `# Don't lock when there's a fullscreen application` \