diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-11-22 06:54:49 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-11-22 06:54:49 +0000 |
commit | 90e96958f919df1f914381e93a97d77506fdcf03 (patch) | |
tree | 6d35db8158c42201c06416f819fa4ec6f24701b8 /sxhkd | |
parent | adfb4b481ccd9fad8936f20ca7b197d67f311d45 (diff) |
updated maim date format
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 5203302..0b17f7c 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -13,11 +13,11 @@ super + shift + f | |||
13 | super + n | 13 | super + n |
14 | urxvtc -e nvim ~/.cache/bujo/todo.md | 14 | urxvtc -e nvim ~/.cache/bujo/todo.md |
15 | 15 | ||
16 | maim ~/scrots/$(date +%d-%b-%y).png | 16 | maim ~/scrots/$(date +%d-%b-%y-%I:%M%p).png |
17 | control + Print | 17 | control + Print |
18 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png | 18 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y-%I:%M%p).png |
19 | control + shift + Print | 19 | control + shift + Print |
20 | maim -s ~/scrots/$(date +%d-%b-%y).png | 20 | maim -s ~/scrots/$(date +%d-%b-%y-%I:%M%p).png |
21 | super + shift + p | 21 | super + shift + p |
22 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000" | 22 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000" |
23 | super + Escape | 23 | super + Escape |