Skip to content

Commit adf68e0

Browse files
committed
ghost: screenshot date format, and o+r perm
1 parent 3e9eec2 commit adf68e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • presets/ghost/target/root/.config/i3

presets/ghost/target/root/.config/i3/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ bar {
195195
separator_symbol " "
196196

197197
# Take a screenshot by right clicking on the bar
198-
bindsym --release button3 exec --no-startup-id "import /tmp/screenshot.png"
198+
bindsym --release button3 exec --no-startup-id "umask 002 ; import /tmp/screen_$(date +%Y-%m-%d-%H-%M-%S).png"
199199

200200
colors {
201201
background #000000

0 commit comments

Comments
 (0)