From 9bb1cee41bc436756044ce0e9046426969c3d260 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 22 Jun 2022 13:38:23 -0500 Subject: [PATCH] Comment out old keybinding in Xmonad config. --- .xmonad/README.org | 16 ++++++++-------- .xmonad/xmonad.hs | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.xmonad/README.org b/.xmonad/README.org index 987cbeb..a70422b 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -290,13 +290,6 @@ gsCategories = , ("Utilities", "xdotool key super+alt+8") ] -gsEducation = - [ ("GCompris", "gcompris-qt") - , ("Kstars", "kstars") - , ("Minuet", "minuet") - , ("Scratch", "scratch") - ] - gsGames = [ ("0 A.D.", "0ad") , ("Battle For Wesnoth", "wesnoth") @@ -307,6 +300,13 @@ gsGames = , ("Xonotic", "xonotic-glx") ] +gsEducation = + [ ("GCompris", "gcompris-qt") + , ("Kstars", "kstars") + , ("Minuet", "minuet") + , ("Scratch", "scratch") + ] + gsInternet = [ ("Brave", "brave") , ("Discord", "discord") @@ -635,7 +635,7 @@ myKeys c = (subtitle "Custom Keys":) $ mkNamedKeymap c $ [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") , ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) - , ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh") + --, ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh") , ("M-/", addName "DTOS Help" $ spawn "dtos-help") -- Run prompt (dmenu) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 14d0dc6..a22aaf3 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -218,13 +218,6 @@ gsCategories = , ("Utilities", "xdotool key super+alt+8") ] -gsEducation = - [ ("GCompris", "gcompris-qt") - , ("Kstars", "kstars") - , ("Minuet", "minuet") - , ("Scratch", "scratch") - ] - gsGames = [ ("0 A.D.", "0ad") , ("Battle For Wesnoth", "wesnoth") @@ -235,6 +228,13 @@ gsGames = , ("Xonotic", "xonotic-glx") ] +gsEducation = + [ ("GCompris", "gcompris-qt") + , ("Kstars", "kstars") + , ("Minuet", "minuet") + , ("Scratch", "scratch") + ] + gsInternet = [ ("Brave", "brave") , ("Discord", "discord") @@ -495,7 +495,7 @@ myKeys c = (subtitle "Custom Keys":) $ mkNamedKeymap c $ [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") , ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) - , ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh") + --, ("M-S-/", addName "List all keybindings" $ spawn "~/.xmonad/xmonad_keys.sh") , ("M-/", addName "DTOS Help" $ spawn "dtos-help") -- Run prompt (dmenu)