Skip to content
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

Basic functionality #16

Merged
merged 26 commits into from
Mar 9, 2020
Merged

Conversation

keithbowes
Copy link
Collaborator

Just something I've been working on over the last week or so.

What works:

  • Compiling and using with wlroots 0.6.0+
  • Running native Wayland applications (no Xwayland support)
  • Applications can be started through the --startup command-line option or through an application launcher
  • Keyboard and mouse
  • Keyboard layout can be specified by the XKB_DEFAULT_* environment variables
  • Hard-coded key bindings: Ctrl+Esc (exit Waybox), Alt+F2 (invoke an application launcher), Alt+Tab (cycle between windows)

… ctrl+esc and alt+tab for more Openbox-esque behavior
…2 to an application launcher; indicated the real purpose of WL_HIDE_DEPRECATED
I don't think assert.h ever was used
wlr/backend.h became unnecessary by a recent cleanup
wlr/types/wlr_compositor.h became unnecessary by the rendering-code rewrite for wlroots 0.9.0+
@keithbowes keithbowes mentioned this pull request Mar 3, 2020
@keithbowes keithbowes merged commit d7257cd into wizbright:master Mar 9, 2020
@keithbowes
Copy link
Collaborator Author

No negative comments, so I merged :)

@keithbowes keithbowes deleted the basic-functionality branch March 9, 2020 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant