mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2025-04-18 22:19:36 +02:00
Initial commit
This commit is contained in:
commit
99e0986cda
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue