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