Daniel Eklöf

Results 10 issues of Daniel Eklöf

wlroots: https://github.com/swaywm/wlroots/commit/20d404a091fa92f56be4825bbaf89e4027fda154 sway: ec5da0ca5bad6a433f727499d68ac1352397f5aa Not sure if this is a problem with sway, or not. But, I'm now using sway on multiple systems, with the same software setup. Everything is...

bug
backend/drm

I was testing how foot behaved under various scaling factors, and noticed what looks like a mistake in river's rendering of the SSD's bottom left corner. Note how the left...

bug
fractional scaling

Wasn't really sure how to phrase the title, but basically, make it possible to configure things like left/right-hand mouse, trackpad settings such as tap-to-click, drag and drag-lock etc. Pretty sure...

enhancement

This appears to be a scrolling related issue, as it only happens when the output from `notcurses-info` requires scrolling the terminal content. ![duplicated-capability-line](https://user-images.githubusercontent.com/14031526/162035156-4df52ee7-2a64-4c1d-a169-8af7f98ba8b9.png) See how the `af+ ab+...` line is...

bug

As mentioned in https://github.com/labwc/labwc/issues/296#issuecomment-1100699231, setting `client` doesn't actually enable CSDs in foot, but does in Alacritty. What gives? The difference is how these two applications use the xdg-decoraction protocol. This...

Some clients are positioned wrong when maximized, when CSDs have been enabled (`client`): ![alacritty-in-labwc](https://user-images.githubusercontent.com/14031526/163667721-87ffa4a0-f76d-42cf-bd7a-604b27c41495.png) In the screenshot above, we see (the bottom of) Alacritty in a nested labwc (labwc is...

bug
investigation required
v0.5

Sway version: 1.7 Foot version: 1.12 **Logs:** [sway.log](https://github.com/swaywm/sway/files/8556771/sway.log) (`sway -d`) [foot.log](https://github.com/swaywm/sway/files/8556772/foot.log) (`WAYLAND_DEBUG=1 foot`) **Description:** Foot's scrollback search mode (ctrl+shift+r), starting with version **1.12**, dims the terminal window by stacking a...

bug
renderer

I'm trying to sync against a davmail instance running on localhost. org-caldav appears to connect successfully and is able to retreive a list of items, and the first item. However,...

Sixel capable terminal emulators have gotten cursor placement (after emitting the sixel) wrong since the beginning. They usually put the cursor on a new line **under** the sixel. This means...

research
compatibility

Some keys, like the arrow keys, are passed through to the client while pre-editing. As a result, I can "move" whatever I'm pre-editing in e.g. vim. Not sure if the...