From f4c18337327229371156b457f01fa666a056d84c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 15 Nov 2024 11:10:56 +0100 Subject: Add toggle-screenkey script --- config/xmonad/xmonad.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/xmonad') 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' = [ ("", 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 () -- cgit