Created
April 30, 2020 11:00
-
-
Save aiya000/978c518ac0547dfd3f72b66f963f817b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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