From b87cfe609caa98500b00a92e58cd3e6c3e7c5a5b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 18 Oct 2023 16:15:31 +0200 Subject: [PATCH] Updates --- qtile/autostart.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/qtile/autostart.sh b/qtile/autostart.sh index 141540d..65a13f8 100755 --- a/qtile/autostart.sh +++ b/qtile/autostart.sh @@ -16,8 +16,8 @@ # xrandr --output Virtual-1 --mode 1920x1080 # Set keyboard mapping -setxkbmap de -# setxkbmap en +# setxkbmap de +setxkbmap en # Load picom picom & @@ -32,7 +32,4 @@ dunst & ~/dotfiles/polybar/launch.sh & # Setup Wallpaper and update colors -~/dotfiles/scripts/updatewal.sh & - -# Load Windows 11 VM -# virsh --connect qemu:///system start win11 +~/dotfiles/scripts/updatewal.sh & \ No newline at end of file