From fb69fcda63d60091160f0b9b5db4920e57c4f261 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 24 Jan 2026 17:52:43 -0700 Subject: [PATCH] feat(startup): add mdpris --- dot_local/bin/executable_startup.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_local/bin/executable_startup.tmpl b/dot_local/bin/executable_startup.tmpl index cce16d5db6ce9d555a7dd3bab4539a5ead48c047..0cd9fa0f549158c3870cf9c3ce9d7caea93d4e2d 100644 --- a/dot_local/bin/executable_startup.tmpl +++ b/dot_local/bin/executable_startup.tmpl @@ -28,6 +28,7 @@ else i3-msg exec "redshift" i3-msg exec "/usr/lib/geoclue-2.0/demos/agent" i3-msg exec "dunst" + i3-msg exec "mpDris2" i3-msg exec "playerctl pause" i3-msg exec "setxkbmap -option compose:ralt" i3-msg exec "xset r rate 250 50"