sway/i3: Switch media key scripts back to en_US

This commit is contained in:
Sijmen 2020-05-09 22:00:48 +02:00
parent 444f3c84f4
commit 31c26efe35
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

View file

@ -22,7 +22,7 @@ end
set name ( \ set name ( \
pactl list | \ pactl list | \
grep -A1000 'Name: '(pactl info | grep '^Default Sink' | cut -d' ' -f 3-)'$' | \ grep -A1000 'Name: '(pactl info | grep '^Default Sink' | cut -d' ' -f 3-)'$' | \
grep -m1 'Actieve poort' | \ grep -m1 'Active Port' | \
cut -d' ' -f 3- \ cut -d' ' -f 3- \
) )