awesomewm 音量配置为 pulse

This commit is contained in:
2022-04-02 01:18:22 +08:00
parent f631291739
commit 972a400931
3 changed files with 34 additions and 13 deletions

7
script/screenshot Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
timestamp="$(date +%Y%m%d%H%M%S)"
targetbase="$HOME/screenshots"
mkdir -p $targetbase
[ -d $targetbase ] || exit 1
scrot -s $targetbase/$timestamp.png