mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2024-11-29 04:33:50 +01:00
Initial commit
This commit is contained in:
commit
99e0986cda
10
maim-utils
Normal file
10
maim-utils
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
saveDir="${SCROTDIR:-$HOME/Pictures/screenshots}"
|
||||||
|
|
||||||
|
fullscreen(){
|
||||||
|
maim -ui root "$saveDir/$(date -Iseconds)_maim.png"
|
||||||
|
notify-send 'Maim utils' 'Shot entire screen'
|
||||||
|
}
|
||||||
|
|
||||||
|
fullscreen
|
Loading…
Reference in a new issue