• Joined on 2025年02月07日
cbacc closed issue dwl/dwl-patches#545 2025年12月01日 09:41:01 +01:00
en-keycodes doesn't work when keyboard layouts are switched using Caps
cbacc commented on issue dwl/dwl-patches#545 2025年12月01日 09:41:01 +01:00
en-keycodes doesn't work when keyboard layouts are switched using Caps

Fixed

cbacc commented on pull request dwl/dwl-patches#563 2025年10月11日 14:59:22 +02:00
Add focusonurgent: change dwl behavior to focus on the window that request urgency

@Kana wrote in dwl/dwl-patches#563 (comment):

I can try to maintain that patch too.

That would be nice

cbacc commented on pull request dwl/dwl-patches#563 2025年10月11日 13:03:03 +02:00
Add focusonurgent: change dwl behavior to focus on the window that request urgency

If you are interested in this feature, perhaps it would be better to become the maintainer of this patch instead. It accomplishes the same thing...

cbacc commented on issue dwl/dwl#1169 2025年09月27日 15:44:53 +02:00
firefox launching weirdly

Enabling the title bar solves the problem

cbacc commented on issue dwl/dwl-patches#557 2025年08月19日 12:13:20 +02:00
riverctl patch compilation error

@cbacc wrote in dwl/dwl-patches#557 (comment):

It works! Could you please fix the patch for version 0.7 as well?

ok nvm

cbacc closed issue dwl/dwl-patches#557 2025年08月19日 11:55:54 +02:00
riverctl patch compilation error
cbacc commented on issue dwl/dwl-patches#557 2025年08月19日 11:55:53 +02:00
riverctl patch compilation error

It works! Could you please fix the patch for version 0.7 as well?

cbacc opened issue dwl/dwl-patches#557 2025年08月19日 10:33:42 +02:00
riverctl patch compilation error
cbacc commented on issue dwl/dwl#719 2025年07月19日 03:38:52 +02:00
Issues with power management/DPMS

Out of curiosity, I also tested in the labwc and wayfire compositors, and it doesn't work there either. So I think my problem isn't related to this issue, and I probably have a specific monitor

cbacc commented on issue dwl/dwl#719 2025年07月17日 20:44:22 +02:00
Issues with power management/DPMS

I can confirm that the issue still persists. I built the dwl master branch with wlroots 0.19, and when I run the command wlopm --off HDMI-A-1, the monitor turns off for a few seconds and then...

cbacc commented on issue dwl/dwl-patches#545 2025年07月06日 09:43:31 +02:00
en-keycodes doesn't work when keyboard layouts are switched using Caps

@mmistika wrote in dwl/dwl-patches#545 (comment):

@cbacc Hi, I'm not sure if this is the ideal solution, but as a possible workaround, you can add:...

cbacc commented on issue dwl/dwl-patches#545 2025年07月05日 10:39:55 +02:00
en-keycodes doesn't work when keyboard layouts are switched using Caps

It seems the patch "thinks" that Caps Lock is turned on when I switch layout, even though when you set layout switching to Caps Lock, the actual Caps Lock function itself is activated by the...

cbacc commented on issue dwl/dwl-patches#545 2025年07月05日 10:03:50 +02:00
en-keycodes doesn't work when keyboard layouts are switched using Caps

I think I figured out what the problem is: it doesn't work if you set the layout switch to Caps Lock. If you set it to another key combination, it works properly

cbacc opened issue dwl/dwl-patches#545 2025年07月04日 19:08:02 +02:00
en-keycodes doesn't work
cbacc commented on issue dwl/dwl#1149 2025年06月19日 18:56:39 +02:00
gnome-calculator does't open in floating mode

Wrong app_id, must be org.gnome.Calculator. A class in Xorg does not always match an app_id in Wayland

cbacc commented on issue dwl/dwl#1142 2025年06月15日 00:01:41 +02:00
All windows are forcibly tiled when assigning a tag rule

Apologies if I've confused anyone — I'm not a programmer, just a regular user. I don't know how things work 'under the hood'; I simply encountered behavior that seems incorrect to me (and it...

cbacc commented on issue dwl/dwl#1142 2025年06月14日 23:10:48 +02:00
All windows are forcibly tiled when assigning a tag rule

Thank you guys!

cbacc commented on issue dwl/dwl#1142 2025年06月14日 22:20:57 +02:00
All windows are forcibly tiled when assigning a tag rule

Could you please add this fix into the master branch? The current behavior is clearly incorrect. In no other window manager/compositor do windows that should always remain floating become tiled...

cbacc commented on issue dwl/dwl#1142 2025年06月14日 17:48:32 +02:00
All windows are forcibly tiled when assigning a tag rule

@guidocella wrote in dwl/dwl#1142 (comment):

Does this make it behave like dwm?

diff --git a/dwl.c b/dwl.c
index 76b7755..8b5c071...