diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-24 23:03:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-24 23:03:41 +0530 |
| commit | b5ea16e08a96c1e47639345d6d044da39225318a (patch) | |
| tree | 099f9077b0230c1491b991f513930fc3ee4029f6 /config/xorg | |
| parent | 96a1dfbd6af9298a6f542170e8f00e5fc461e733 (diff) | |
| download | nixos-config-b5ea16e08a96c1e47639345d6d044da39225318a.tar.gz nixos-config-b5ea16e08a96c1e47639345d6d044da39225318a.zip | |
Adds mpd and ncmpcpp configs
Diffstat (limited to 'config/xorg')
| -rwxr-xr-x | config/xorg/init.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/xorg/init.sh b/config/xorg/init.sh index b1f6cb7..854712b 100755 --- a/config/xorg/init.sh +++ b/config/xorg/init.sh @@ -18,7 +18,6 @@ xset r rate 350 30; ~/scripts/commands/:day # Sound -#~/scripts/sound.sh mic-vol full; -~/scripts/sound.sh mute-mic; -~/scripts/sound.sh mute; +amixer set Capture nocap; +amixer set Master off; |
