-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built, Installed, Started... unresponsive #12
Comments
Your not doing anything wrong. Although adwm will run stand-alone nicely, as does dwm or spectrwm, the default key bindings are set to use the suite of xde tools and the xdg launcher by default. See /usr/share/adwm/styles/Default/keysrc which defines the default key bindings. The Adwm*spawn commands at the end of that file are the default hot-key launchers. There you will see that 'Alt x' will launch a uxterm, but it uses xdg-launch program to do so. You can download and install the xdg-launch program from xdg-launch. That should get you started. xdg-launch also provides a dmenu_launch command that will run dmenu with the available desktop apps from /usr/share/applications instead of commands from /usr/bin. It is very light-weight and is useful for any EWMH/NetWM compliant window manager. Asside from that, you might want to build and install the light-weight GTK2 based xde tools. The main ones that work well with adwm are:
I'm sorry, I have really not done a very good job of pointing these things out in the documentation. Perhaps as a newcomer to adwm, you could suggest the best first place for me to start documenting this so other newcomers to adwm could have a easier time of it. |
The best place IMO would be on the wiki :) Possibly create a meta package for the AUR? Possibly even knock up an https://wiki.archlinux.org/title/archiso based example image, which would make it even easier to experience it all working properly together. |
I followed the quickstart instructions. My only manual intervention was to set
NoDisplay=false
in /usr/share/xsessions/adwm.desktop so it would show up as an option in lightdm. I've not yet defined any custom configuration.I start adwm... and nothing happens.
I expected Alt+t would open a terminal, or Win+p might open a menu, but no. None of the key combos in the manual work... with the sole exception of quitting via Ctrl+Alt+q or Win+Shift+q which drops be back into lightdm. That's really the only indication adwm started at all.
What am I doing wrong?
(And is there no default key for a launcher, like dmenu?)
The text was updated successfully, but these errors were encountered: