How can I run a second window manager?
4
votes
3
answers
3595
views
Specifically, I'd like to run awesome-git at the same time as awesome . I've tried running the former from a shell in the latter:
$ awesome-git/pkg/awesome-git/usr/bin/awesome
[…] E: awesome: main:653: another window manager is already running (can't select SubstructureRedirect)
I get the same result if I add
--replace
.
After changing to a different VT:
$ awesome-git/pkg/awesome-git/usr/bin/awesome
[…] E: awesome: main:592: cannot open display (error 5)
If I try to specify a display I get the following:
$ DISPLAY=:1 awesome-git/pkg/awesome-git/usr/bin/awesome
[…] E: awesome: main:592: cannot open display (error 1)
I tried to rm ~/.Xauthority
, but that didn't help.
Asked by l0b0
(53368 rep)
Nov 3, 2016, 10:11 PM
Last activity: Jul 17, 2024, 02:52 PM
Last activity: Jul 17, 2024, 02:52 PM