1
0
Fork 0

Other timezones for date hotkey

master
dump_stack() 2021-10-07 13:47:47 +00:00
parent dc0cbb733e
commit 27583d7305
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ keysP = [ ("M-l", spawn "xsecurelock")
, ("<XF86AudioMute>", spawn "pulsemixer --toggle-mute")
, ("<XF86AudioLowerVolume>", spawn "pulsemixer --change-volume -3")
, ("<XF86AudioRaiseVolume>", spawn "pulsemixer --change-volume +3")
, ("M-d", notifySend 3000 "date")
, ("M-d", notifySend 3000 "date && TZ='Europe/Paris' date && TZ='Europe/Moscow' date")
, ("M-p", spawn "rofi -theme android_notification -font 'Ubuntu Mono 30' -show run")
, ("M-s", spawn "kitty")
, ("M-b", notifySend 1000 "acpi -b")