diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 12:11:52 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 12:11:52 +0200 |
| commit | f4977db08909fcc78c7a5c7cedaa17668ab3e0f0 (patch) | |
| tree | 28a8a86e27b460dd1582a5682e83bb9a8222a586 /nixos/bin | |
| parent | 2926770788970ceeb31d69a726ba971358499862 (diff) | |
make hyprland prettier !
Diffstat (limited to 'nixos/bin')
| -rwxr-xr-x | nixos/bin/unblock-pipewire.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/bin/unblock-pipewire.sh b/nixos/bin/unblock-pipewire.sh new file mode 100755 index 0000000..c860072 --- /dev/null +++ b/nixos/bin/unblock-pipewire.sh @@ -0,0 +1,3 @@ +amixer -c 0 sset 'Left Headphone Mixer Left DAC' on +amixer -c 0 sset 'Right Headphone Mixer Right DAC' on +amixer -c 0 sset 'Headphone' 100% unmute |
