aboutsummaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-23 21:53:50 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-23 21:53:50 +0100
commit3d5439a1be5e05f32faea88974bcef8a711ca987 (patch)
treeb415e525d5b3a54a4695babd78a17a494bb539c1 /xmonad.hs
parent32b428284ebf29c24bcf301f3d035b35463dbad7 (diff)
downloaddotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.tar.gz
dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.tar.bz2
dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.zip
Misc updates, zathura down/up shortcut, XDG standard env variables, newsboat more threads, newsboat notification after reload
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.hs b/xmonad.hs
index b18951e..e41d556 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -52,9 +52,9 @@ myKeys = [ ("<XF86AudioLowerVolume>", spawn "pulseaudio-ctl down")
, ("M-o", spawn "~/bin/project-open")
, ("M-m", spawn "st -e mocp")
- , ("M-S-d", spawn "notify-send \"$(date +\"%H:%M %A %d/%m/%Y %B\")\"")
+ , ("M-S-d", spawn "notify-send -i x-office-calendar \"$(date +\"%H:%M %A %d/%m/%Y %B\")\"")
, ("M-S-b", spawn "notify-send \"battery: $(cat /sys/class/power_supply/BAT0/capacity)\"")
- , ("M-q", spawn "notify-send Restart" >> spawn restartCmd)
+ , ("M-q", spawn "notify-send 'Restarting xmonad'" >> spawn restartCmd)
, ("M-S-q", confirm "Are you sure you want to shutdown?" $ io (exitWith ExitSuccess))
]