You are not logged in.
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/LinuxXInitRC:
#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"
;;
esacLast edited by pjals (2020-10-10 10:21:28)
do not disturb thx
Offline