diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-11-15 11:10:56 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-11-15 11:10:56 +0100 |
| commit | f4c18337327229371156b457f01fa666a056d84c (patch) | |
| tree | cc8df5a60c81443e1bba49858337b14a192db612 /config/xmonad | |
| parent | 9f4defc6886f1a129da78c991221ba263870ff56 (diff) | |
| download | dotfiles-f4c18337327229371156b457f01fa666a056d84c.tar.gz dotfiles-f4c18337327229371156b457f01fa666a056d84c.tar.bz2 dotfiles-f4c18337327229371156b457f01fa666a056d84c.zip | |
Add toggle-screenkey script
Diffstat (limited to 'config/xmonad')
| -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 () |
