Coder Social home page Coder Social logo

byway's People

Contributors

dreinharth avatar keshto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

byway's Issues

Fails to build without xwayland

ld.lld: error: undefined symbol: wlr_xwayland_create
>>> referenced by main.zig:1905
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Server.init)

ld.lld: error: undefined symbol: wlr_xwayland_destroy
>>> referenced by main.zig:1933
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Server.deinit)

ld.lld: error: undefined symbol: wlr_xwayland_set_seat
>>> referenced by main.zig:2256
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Server.onXwaylandReady)

ld.lld: error: undefined symbol: wlr_xwayland_set_cursor
>>> referenced by main.zig:2263
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Server.onXwaylandReady)

ld.lld: error: undefined symbol: wlr_output_init_render
>>> referenced by main.zig:1363
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Output.init)

ld.lld: error: undefined symbol: wlr_xwayland_surface_set_fullscreen
>>> referenced by main.zig:363
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.onRequestFullscreen)

ld.lld: error: undefined symbol: wlr_layer_surface_v1_destroy
>>> referenced by main.zig:1558
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Output.arrangeLayer)

ld.lld: error: undefined symbol: wlr_xwayland_surface_restack
>>> referenced by main.zig:433
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.toFront)
>>> referenced by main.zig:1138
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.setActivated)
>>> referenced by main.zig:442
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.toBack)

ld.lld: error: undefined symbol: wlr_xwayland_surface_activate
>>> referenced by main.zig:312
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.onActivate)
>>> referenced by main.zig:1136
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.setActivated)

ld.lld: error: undefined symbol: wlr_xwayland_surface_configure
>>> referenced by main.zig:328
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.onConfigure)
>>> referenced by main.zig:471
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.setGeometry)

ld.lld: error: undefined symbol: wlr_xwayland_or_surface_wants_focus
>>> referenced by main.zig:229
>>>               /home/user/Downloads/byway/zig-cache/o/0ddd40ce60d87732cfcab07c2653c6c9/byway.o:(Surface.shouldFocus)
error: LLDReportedFailure
byway...The following command exited with error code 1:
/home/user/Downloads/zig-linux-x86_64-0.10.0-dev.513+029844210/zig build-exe /home/user/Downloads/byway/src/main.zig -lc -lwayland-server -lwlroots -lxkbcommon -linput -lxcb -lpixman-1 --cache-dir /home/user/Downloads/byway/zig-cache --global-cache-dir /home/user/.cache/zig --name byway -I /home/user/Downloads/byway/protocol -I /home/user/Downloads/byway -I /usr/local/include -I /usr/include/libdrm -I /usr/include/pixman-1 -I /usr/include/pixman-1 -L /usr/local/lib/x86_64-linux-gnu --enable-cache 
error: the following build command failed with exit code 1:
/home/user/Downloads/byway/zig-cache/o/cabef7975037253dc771daf39a8bb3a2/build /home/user/Downloads/zig-linux-x86_64-0.10.0-dev.513+029844210/zig /home/user/Downloads/byway /home/user/Downloads/byway/zig-cache /home/user/.cache/zig

Monocle / maximize layout and function to kill active window.

Hi, glad to found your project, it reminds me to hikari Wayland compositor. By the way, is it possible to maximize window (not fullscreen) ? I have a bar and I need to maximize window where the bar is still visible, kind of like that.
I also curious about killing window function, I can't find it.

WM actions?

Is there a plan for window close, toggle maximize (not same as fullscreen), snap window to side/top,etc. ?

Can't cycle windows with same app_id.

I just realised that windows with same app_id, e.g I open 3 terminal windows (foot), can't be cycled. When there is another window with different app_id (e.g lximage), it can be cycled but only one foot terminal window and one lximage window, the other 2 foot windows are ignored.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.