awesomewm 音量配置为 pulse
This commit is contained in:
7
script/screenshot
Normal file
7
script/screenshot
Normal 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
|
||||
Reference in New Issue
Block a user