From 12b08e19cbd65988c51de40ffd06ce01418c2bb6 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:37 +0100 Subject: feat(desktop): xdg-desktop-portal pinning, wob OSD, mako DND toggle - xdg-desktop-portal: pin wlr for ScreenCast/Screenshot, gtk for the rest, so flatpak browsers (Meet, Slack, Discord) get a working screen-share path instead of whatever the portal frontend happens to pick first. - wob: small wayland overlay bar fed via a fifo. New vol-osd.sh / brightness-osd.sh wrappers replace the bare pactl/brightnessctl invocations in keybinds so adjusting volume or backlight flashes a bar at the bottom of the screen. wob.service owns the fifo lifecycle (mkfifo before, rm after). - mako: add a [mode=do-not-disturb] section that hides notifications while the mode is active, plus a Super+x n submode binding to toggle it. Notifications still accumulate in history; just no popups. --- dot_config/wob/wob.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_config/wob/wob.ini (limited to 'dot_config/wob/wob.ini') diff --git a/dot_config/wob/wob.ini b/dot_config/wob/wob.ini new file mode 100644 index 0000000..93758dd --- /dev/null +++ b/dot_config/wob/wob.ini @@ -0,0 +1,10 @@ +# gruvbox-flavored wob overlay (fed by vol-osd.sh / brightness-osd.sh). +anchor = bottom +margin = 60 +border_size = 1 +bar_padding = 3 +height = 32 +width = 280 +border_color = ffebdbb2 +background_color = ff282828 +bar_color = fffabd2f -- cgit v1.3.1