From 23c9467d3edadfca3d930f14e50e47b816609410 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 9 Apr 2021 10:02:36 +0200 Subject: [PATCH] added keyboard language set to autostart. --- qtile/.config/qtile/autostart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtile/.config/qtile/autostart.sh b/qtile/.config/qtile/autostart.sh index d39ba2a..937ce08 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -1,5 +1,6 @@ #!/bin/sh -sleep 1 +sleep 1& +setxkbmap de& nitrogen --restore & bash .screenlayout/layout.sh & pulseaudio-ctl set 50 &