Compare commits

2 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
e6467017d9 sway: inhibit screensaver during video playback in mpv and browser
Start xdg-desktop-portal-wlr and xdg-desktop-portal-gtk explicitly so
Firefox can route ScreenSaver.Inhibit DBus calls through the portal chain
to the Wayland idle inhibitor. Add stop-screensaver=yes to mpv.conf for
native Wayland idle inhibition during mpv playback.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 18:41:39 +02:00
Fabio Scotto di Santolo
5d45955cec install sshfs on Void Linux 2026-05-24 18:10:26 +02:00
3 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ void_packages_base:
- elogind - elogind
- fastfetch - fastfetch
- fuse3 - fuse3
- fuse-sshfs
- gcc - gcc
- gdb - gdb
- gist - gist

View File

@@ -14,3 +14,6 @@ sub-font-size=48
# Output # Output
terminal=yes terminal=yes
# Inhebit screensaver while playing video
stop-screensaver=yes

View File

@@ -114,6 +114,8 @@ exec dex --autostart --environment sway
exec gnome-keyring-daemon --start --components=secrets exec gnome-keyring-daemon --start --components=secrets
exec_always ~/.config/sway/scripts/setup-gtk-theme.sh exec_always ~/.config/sway/scripts/setup-gtk-theme.sh
exec /usr/libexec/xdg-desktop-portal exec /usr/libexec/xdg-desktop-portal
exec /usr/libexec/xdg-desktop-portal-wlr
exec /usr/libexec/xdg-desktop-portal-gtk
# Audio # Audio
exec pipewire exec pipewire