We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9eec2 commit adf68e0Copy full SHA for adf68e0
1 file changed
presets/ghost/target/root/.config/i3/config
@@ -195,7 +195,7 @@ bar {
195
separator_symbol " "
196
197
# Take a screenshot by right clicking on the bar
198
- bindsym --release button3 exec --no-startup-id "import /tmp/screenshot.png"
+ bindsym --release button3 exec --no-startup-id "umask 002 ; import /tmp/screen_$(date +%Y-%m-%d-%H-%M-%S).png"
199
200
colors {
201
background #000000
0 commit comments