trigg

Results 26 issues of trigg

I'm torn as to what I think is the correct path here. # Currently - default.css is populated on first run - if edited by user, it is not overwritten...

Quick check to avoid recalculating widget size on a loop when the window-list is over-full. fixes #250

window list gets into a loop when too many windows are open the console will log similar to: ``` target button 1242 set width 28 ``` on repeat until the...

Presuming two prefixes isn't enough, ideally we would check for all the places the user has chosen to have `.desktop` files (Assign me, for another day)

potentially monitor `rfkill event` to show 'Airplane mode' OSD notices.

Currently your option for volume and microphone muting is simply toggle mute. I would like to request 'mute' and 'unmute' variants as I use them for different key combinations

enhancement
help wanted

Adds extra codepath to use libappindicator to show system tray icon Benefits: - Icon will show on wayland panels - Icon should show even when abaddon is running in a...

### **Steps to Reproduce** - Set display to any non-integer scaling - Open config - Set an overlay to `floating` - `place window` - attempt to resize window to fill...

bug

I've intentionally side-stepped touching `command-output` as it is fully possible that some users are intentionally writing markup out from a command to the panel.

https://github.com/WayfireWM/wf-shell/blob/3e7576f1a74abf746d3b6c3da914a428bbbd2ca7/src/panel/widgets/tray/item.cpp#L188 both `tooltip_title` and `tooltip_text` should be checked for escapable characters before passing to `set_markup` The equivalent python code I've written previously to clean this up is ``` def sanitize_string(self,...