mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
9 lines
145 B
Text
Executable file
9 lines
145 B
Text
Executable file
#!/bin/sh
|
|
filename=$(date +"$HOME/pics/screenshot/%F_%T.png")
|
|
maim -su $filename && bspc rule -a \* -o state=floating && feh -Z $filename
|
|
|
|
|
|
|
|
|
|
|
|
|