This commit is contained in:
2025-05-27 15:59:35 -07:00
parent 6ef833676c
commit 9414b6b6a2
2 changed files with 16 additions and 13 deletions
+13 -13
View File
@@ -7,16 +7,16 @@ application/vnd.rar=xarchiver.desktop;userapp-p7zipForFilemanager-FIKDV2.desktop
[Default Applications] [Default Applications]
video/mp4=org.videolan.VLC.desktop; video/mp4=org.videolan.VLC.desktop;
video/quicktime=org.videolan.VLC.desktop video/quicktime=org.videolan.VLC.desktop
text/html=/usr/bin/librewolf text/html=librewolf.desktop
application/xhtml+xml=/usr/bin/librewolf application/xhtml+xml=librewolf.desktop
application/xml=/usr/bin/librewolf application/xml=librewolf.desktop
text/xml=/usr/bin/librewolf text/xml=librewolf.desktop
text/xsl=/usr/bin/librewolf text/xsl=librewolf.desktop
application/rss+xml=/usr/bin/librewolf application/rss+xml=librewolf.desktop
application/atom+xml=/usr/bin/librewolf application/atom+xml=librewolf.desktop
x-scheme-handler/http=/usr/bin/librewolf x-scheme-handler/http=librewolf.desktop
x-scheme-handler/https=/usr/bin/librewolf x-scheme-handler/https=librewolf.desktop
x-scheme-handler/ftp=/usr/bin/librewolf x-scheme-handler/ftp=librewolf.desktop
x-scheme-handler/chrome=/usr/bin/librewolf x-scheme-handler/chrome=librewolf.desktop
x-scheme-handler/about=/usr/bin/librewolf x-scheme-handler/about=librewolf.desktop
x-scheme-handler/mailto=/usr/bin/librewolf x-scheme-handler/mailto=librewolf.desktop
+3
View File
@@ -281,6 +281,9 @@ exec /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
# No idle on audio
exec sway-audio-idle-inhibit
# Idle configuration # Idle configuration
exec swayidle -w \ exec swayidle -w \
timeout 300 'swaylock -f' \ timeout 300 'swaylock -f' \