diff --git a/etc/xmonad.hs b/etc/xmonad.hs index b0a95cd..4258984 100644 --- a/etc/xmonad.hs +++ b/etc/xmonad.hs @@ -59,7 +59,7 @@ keysP = [ ("M-l", spawn "xsecurelock") , ("", spawn "pulsemixer --toggle-mute") , ("", spawn "pulsemixer --change-volume -3") , ("", 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")