From 2c52771a6c49e85582b965021baee98e150c81a2 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:17:28 +0300 Subject: Great changes to the install script now making use of xargs and xpkg. Great changes in how other tools function better as well. Changes to be committed: renamed: dunst/launch.sh -> dunst/test.sh modified: install.sh modified: X11/xinit modified: appimageupdate modified: nvim/init.vim modified: pmenu modified: runc modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- X11/xinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X11/xinit') diff --git a/X11/xinit b/X11/xinit index 3954a67..9384f1d 100755 --- a/X11/xinit +++ b/X11/xinit @@ -47,7 +47,7 @@ synclient AccelFactor=0.025 # accele amixer --card 0 set 'Master' 100 & # audio volume amixer --card 0 set 'Mic Boost' 0 & # mic boost volume -amixer --card 0 set 'Capture' 39 & # capture volume +#amixer --card 0 set 'Capture' 39 & # capture volume sxhkd -c $HOME/.config/keybinds & # keybindings -- cgit v1.2.3