Add dotfiles from newest setup
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
6555cc80cd
commit
3711ac3ea6
9 changed files with 120 additions and 55 deletions
4
bin/increase_volume.sh
Executable file
4
bin/increase_volume.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
if [[ $(pamixer --get-volume) -lt 150 ]]; then
|
||||
pamixer -i 5 --allow-boost
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue