Erik Reider

Results 281 comments of Erik Reider
trafficstars

I'm experiencing the same issue as @avemilia

Fixed this issue by using a .clang-format file instead. It works but it's not optimal

> Note that my log comes from a GE, not mainline. I'm assuming experimental and mainline are not showing much difference. I'm actually getting a different output when running with...

I can also confirm that it now launches with the videos moved. The GPU driver crashed and kinda recovered so I couldn't really do anything. I'll try again :)

Experienced the same issue. The steam flatpak works so I'll maybe switch to that indefinitely when i get gamemode working

I'm experiencing the same issue...

My hacky solution was to get the pid and run ```lua local function on_done() local _handle = io.popen("kill " .. pid) if _handle ~= nil then _handle:close() end end vim.api.nvim_create_autocmd("VimLeavePre",...

> Hi there, I'd like to know if there is any plans to port waybar to gtkmm4? Gtk 4 doesn't support the layershell protocol

Does this show each application icon just like the wlr/taskbar module or just the count?

Yeah. An option for displaying the app icons sounds good! :) Clicking the icons to raise the application would also be a cool addition