You are not logged in.

#1 2020-10-10 10:21:07

pjals
Member
Registered: 2020-10-09
Posts: 2

VirtualBox as WM, not working correctly

I tried using VirtualBox as a WM (i3 doesn't like VirtualBox)
(link: https://bbs.archlinux.org/viewtopic.php?id=181955, PS: close this)

My 2nd screen is identified as my Laptop Screen, while it isn't,
My 1st screen is just blank.

Uname:

Linux no 5.8.12-arch1-1 #1 SMP PREEMPT Sat, 26 Sep 2020 21:42:58 +0000 x86_64 GNU/Linux

XInitRC:

#xset b off
#setxkbmap -option caps:super
setxkbmap -option ctrl:nocaps
#autocutsel -fork &
#autocutsel -selection PRIMARY -fork &
export GTK2_RC_FILES="$HOME/.gtkrc-2.0" 
export TERM=linux
#twmnd&

case $WM in
openbox)
        exec  openbox-session
        ;;
vb)
    VirtualBox -startvm "[redacted]" -fullscreen
    ;;
i3)
    exec i3
    ;;
dwm)
    exec dwm
    ;;
*)
    exec "$WM"
    ;;
esac

Last edited by pjals (2020-10-10 10:21:28)


do not disturb thx

Offline

Board footer

Powered by FluxBB