aboutsummaryrefslogtreecommitdiff
path: root/config/xmonad
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-11-21 09:40:26 +0100
committerCharles Cabergs <me@cacharle.xyz>2024-11-21 09:40:26 +0100
commit01f55c6e0a6005bbb051246cd08af49e09fd137c (patch)
treec451448d805c01238aacefd326385ab8c6176e09 /config/xmonad
parent55cce52d4a754e6275059b3ee516536a35a7721e (diff)
parentd73f7e2c84bd6dcb107691055acc5bf68b5b733f (diff)
downloaddotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.tar.gz
dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.tar.bz2
dotfiles-01f55c6e0a6005bbb051246cd08af49e09fd137c.zip
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to 'config/xmonad')
-rw-r--r--config/xmonad/xmonad.hs4
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 ()