From 31c26efe3542ba936cd84b7df28419bd62c4cbc0 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Sat, 9 May 2020 22:00:48 +0200 Subject: [PATCH] sway/i3: Switch media key scripts back to en_US --- config/i3/volume.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/volume.fish b/config/i3/volume.fish index 753bc28..f23113a 100755 --- a/config/i3/volume.fish +++ b/config/i3/volume.fish @@ -22,7 +22,7 @@ end set name ( \ pactl list | \ grep -A1000 'Name: '(pactl info | grep '^Default Sink' | cut -d' ' -f 3-)'$' | \ - grep -m1 'Actieve poort' | \ + grep -m1 'Active Port' | \ cut -d' ' -f 3- \ )