fix screenshot script
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					set -oue pipefail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Take a screenshot
 | 
					# Take a screenshot
 | 
				
			||||||
dir=~/Downloads/temp
 | 
					dir=~/Downloads/temp
 | 
				
			||||||
(cd $dir && grim -g "$(slurp)")
 | 
					(cd $dir && grim -g "$(slurp)" ./$(date +%Y-%m-%d_%H-%m-%s).png)
 | 
				
			||||||
xdg-open $dir
 | 
					xdg-open $dir
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user