Skip to content

Instantly share code, notes, and snippets.

@aiya000
Created April 30, 2020 11:00
Show Gist options
  • Save aiya000/978c518ac0547dfd3f72b66f963f817b to your computer and use it in GitHub Desktop.
Save aiya000/978c518ac0547dfd3f72b66f963f817b to your computer and use it in GitHub Desktop.
#!/bin/bash
# 2560x1080 + 1920x1080 = 4480x1080
/mnt/c/Program\ Files/VcXsrv/vcxsrv.exe \
-ac \
-keyhook \
-screen 0 2560x1080 \
-wgl \
-nodecoration \
+xinerama \
&
#-fullscreen \
xrdb -merge ~/.Xresources
xsetroot -cursor_name left_ptr
startxfce4 &
exec xmonad-config --replace
# xmonad-config --replace &
# xfce4-panel &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment