From 2271525b6e4779d3b556c5ecf4dc1f84048423e2 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 7 Sep 2021 13:40:28 -0500 Subject: [PATCH] Changing scratchpad kindings to avoid conflicts with other programs. --- .xmonad/README.org | 6 +++--- .xmonad/xmonad.hs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.xmonad/README.org b/.xmonad/README.org index b5173f0..a14cfab 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -552,9 +552,9 @@ myKeys = -- Toggle show/hide these programs. They run on a hidden workspace. -- When you toggle them to show, it brings them to your current workspace. -- Toggle them to hide and it sends them back to hidden workspace (NSP). - , ("C-s t", namedScratchpadAction myScratchPads "terminal") - , ("C-s m", namedScratchpadAction myScratchPads "mocp") - , ("C-s c", namedScratchpadAction myScratchPads "calculator") + , ("M-s t", namedScratchpadAction myScratchPads "terminal") + , ("M-s m", namedScratchpadAction myScratchPads "mocp") + , ("M-s c", namedScratchpadAction myScratchPads "calculator") -- KB_GROUP Set wallpaper -- Set wallpaper with either 'xwallwaper'. Type 'SUPER+F1' to launch sxiv in the diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 2fb5af8..8d910ca 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -443,9 +443,9 @@ myKeys = -- Toggle show/hide these programs. They run on a hidden workspace. -- When you toggle them to show, it brings them to your current workspace. -- Toggle them to hide and it sends them back to hidden workspace (NSP). - , ("C-s t", namedScratchpadAction myScratchPads "terminal") - , ("C-s m", namedScratchpadAction myScratchPads "mocp") - , ("C-s c", namedScratchpadAction myScratchPads "calculator") + , ("M-s t", namedScratchpadAction myScratchPads "terminal") + , ("M-s m", namedScratchpadAction myScratchPads "mocp") + , ("M-s c", namedScratchpadAction myScratchPads "calculator") -- KB_GROUP Set wallpaper -- Set wallpaper with either 'xwallwaper'. Type 'SUPER+F1' to launch sxiv in the