Initial commit after confirming working Lua config
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# date/time related macros
|
||||
bind = SUPER CTRL, S, exec, $today | $copy && $paste
|
||||
bind = SUPER CTRL, N, exec, $now | $copy && $paste
|
||||
bind = SUPER CTRL, Y, exec, $yesterday | $copy && $paste
|
||||
bind = SUPER CTRL, T, exec, $tomorrow | $copy && $paste
|
||||
|
||||
# timetracker (see https://git.eldon.me/pindrop/timetracker)
|
||||
bind = CTRL SHIFT, S, exec, $timetracker_prompt | $selection | $timetracker_print
|
||||
# password related macros
|
||||
bind = SUPER CTRL, 1, exec, bash -c 'secret-tool lookup app bw | cliphist store && wtype -M ctrl -k v -m ctrl '
|
||||
|
||||
Reference in New Issue
Block a user