我正在尝试安装i3wm在我的 Manjaro KDE 机器上。
我做了什么
sudo pacman -S i3-wm i3lock i3status
echo "exec i3" >> ~/.xinitrc
在我的/etc/X11/xinit/xinitrc
,我注释掉了这些twm
内容,还添加了exec i3
#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login
exec i3
完成所有操作后,我重启了电脑,但发现没有任何变化。alt + H
在运行多个窗口的情况下按下 似乎也没有任何效果。
我尝试运行startx
,但没有效果:
$ startx
/usr/lib/Xorg.wrap: Only console users are allowed to run the X server
^Cxinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: unexpected signal 2
Couldn't get a file descriptor referring to the console
sudo startx
一切都停止了,断电了。几秒钟后我重启了电脑。
我要做什么才能i3-wm
在这里工作?