diff options
Diffstat (limited to 'config/xmonad/xmonad.hs')
| -rw-r--r-- | config/xmonad/xmonad.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index f9e0986..50297d4 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -107,8 +107,12 @@ keys' = [ ("<XF86AudioLowerVolume>", spawn "pulseaudio-ctl down") , ("M-a", spawn "screenshot-prompt") , ("M-S-d", spawn "notify-send -i x-office-calendar \"$(date +\"%H:%M %A %d/%m/%Y %B\")\"") , ("M-S-b", spawn "battery-notify") + , ("M-S-s", spawn "toggle-screenkey") , ("M-q", spawn "notify-send 'Restarting xmonad'" >> spawn restartCmd) , ("M-S-q", confirm "Are you sure you want to shutdown?" $ io exitSuccess) + + -- , ("M1-a", spawn "xdotool type à") + -- , ("M1-e", spawn "xdotool type à") ] -- startupHook' :: X () |
