Some work on Scripts

notable changes:
- rename `bt-connect` to `bt_connect`
- rename `music` to `media` and make it generic instead of checking
  Spotify
- make separate script to set background to a preset black image
- make all shebangs "#!/usr/bin/env sh"
This commit is contained in:
2025-04-05 19:25:48 +01:00
parent 981804b78c
commit 0d7970742f
18 changed files with 40 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
P=$HOME
#!/usr/bin/env sh
sudo xboxdrv --silent \
-c $P/.config/xboxdrv/general.xboxdrv \
--alt-config $P/.config/xboxdrv/typing.xboxdrv \
--alt-config $P/.config/xboxdrv/media.xboxdrv \
-c $HOME/.config/xboxdrv/general.xboxdrv \
--alt-config $HOME/.config/xboxdrv/typing.xboxdrv \
--alt-config $HOME/.config/xboxdrv/media.xboxdrv \
--axis-sensitivity X1=-1.0,X2=-1.0,Y1=-1.0,Y2=-1.0