continue refactor, home modules are actual modules and remove some useless files
This commit is contained in:
6
homeConfigs/dotfiles/local/bin/kbd_brightness
Executable file
6
homeConfigs/dotfiles/local/bin/kbd_brightness
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" = "up" ]; then
|
||||
asusctl -n
|
||||
elif [ "$1" = "down" ];then
|
||||
asusctl -p
|
||||
fi
|
Reference in New Issue
Block a user