You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A gray screen is indeed the default for the internal theme and hints that leftwm is actually running well except for loading a theme.
You can try the following to launch a window:
use the default keybind Super+Shift+Enter to launch a terminal (which one should be determined during the first launch, when the default config gets written to ~/.config/leftwm/config.ron)
use another tty to launch the terminal emulator with Display=:0 alacritty (or whatever terminal emulator you want to use)
put an up script with this in ~/.config/leftwm (don't forget to chmod +x it):
Activity
mautamu commentedon Jul 15, 2023
Hey @mobycs do you have a theme installed? Unfortunately the image isn't loading for me.
VuiMuich commentedon Jul 15, 2023
A gray screen is indeed the default for the internal theme and hints that leftwm is actually running well except for loading a theme.
You can try the following to launch a window:
Super+Shift+Enter
to launch a terminal (which one should be determined during the first launch, when the default config gets written to~/.config/leftwm/config.ron
)Display=:0 alacritty
(or whatever terminal emulator you want to use)up
script with this in~/.config/leftwm
(don't forget tochmod +x
it):For details please refer to the wiki.