From 68998f7f4e07f8417f6bb28ccb6150b604b5698d Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sun, 20 Mar 2022 19:10:38 -0300 Subject: [PATCH] autostart: set up wacom tablet --- .config/qtile/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 233d876..f3eec3e 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -30,6 +30,9 @@ nm-applet & # Start nextcloud nextcloud --background & +# Set up wacom tablet +autoxsetwacom + # Run xidlehook xidlehook \ `# Don't lock when there's a fullscreen application` \