Add dotfiles from newest setup

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-09 03:01:07 +01:00
parent 6555cc80cd
commit 3711ac3ea6
9 changed files with 120 additions and 55 deletions

4
bin/increase_volume.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
if [[ $(pamixer --get-volume) -lt 150 ]]; then
pamixer -i 5 --allow-boost
fi