mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2024-11-28 20:33:49 +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