Comment out old keybinding in Xmonad config.

This commit is contained in:
Derek Taylor 2022-06-22 13:38:23 -05:00
parent 28ef708f1d
commit 9bb1cee41b
2 changed files with 16 additions and 16 deletions

View File

@ -290,13 +290,6 @@ gsCategories =
, ("Utilities", "xdotool key super+alt+8") , ("Utilities", "xdotool key super+alt+8")
] ]
gsEducation =
[ ("GCompris", "gcompris-qt")
, ("Kstars", "kstars")
, ("Minuet", "minuet")
, ("Scratch", "scratch")
]
gsGames = gsGames =
[ ("0 A.D.", "0ad") [ ("0 A.D.", "0ad")
, ("Battle For Wesnoth", "wesnoth") , ("Battle For Wesnoth", "wesnoth")
@ -307,6 +300,13 @@ gsGames =
, ("Xonotic", "xonotic-glx") , ("Xonotic", "xonotic-glx")
] ]
gsEducation =
[ ("GCompris", "gcompris-qt")
, ("Kstars", "kstars")
, ("Minuet", "minuet")
, ("Scratch", "scratch")
]
gsInternet = gsInternet =
[ ("Brave", "brave") [ ("Brave", "brave")
, ("Discord", "discord") , ("Discord", "discord")
@ -635,7 +635,7 @@ myKeys c = (subtitle "Custom Keys":) $ mkNamedKeymap c $
[ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile")
, ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart")
, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) , ("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") , ("M-/", addName "DTOS Help" $ spawn "dtos-help")
-- Run prompt (dmenu) -- Run prompt (dmenu)

View File

@ -218,13 +218,6 @@ gsCategories =
, ("Utilities", "xdotool key super+alt+8") , ("Utilities", "xdotool key super+alt+8")
] ]
gsEducation =
[ ("GCompris", "gcompris-qt")
, ("Kstars", "kstars")
, ("Minuet", "minuet")
, ("Scratch", "scratch")
]
gsGames = gsGames =
[ ("0 A.D.", "0ad") [ ("0 A.D.", "0ad")
, ("Battle For Wesnoth", "wesnoth") , ("Battle For Wesnoth", "wesnoth")
@ -235,6 +228,13 @@ gsGames =
, ("Xonotic", "xonotic-glx") , ("Xonotic", "xonotic-glx")
] ]
gsEducation =
[ ("GCompris", "gcompris-qt")
, ("Kstars", "kstars")
, ("Minuet", "minuet")
, ("Scratch", "scratch")
]
gsInternet = gsInternet =
[ ("Brave", "brave") [ ("Brave", "brave")
, ("Discord", "discord") , ("Discord", "discord")
@ -495,7 +495,7 @@ myKeys c = (subtitle "Custom Keys":) $ mkNamedKeymap c $
[ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile")
, ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart")
, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) , ("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") , ("M-/", addName "DTOS Help" $ spawn "dtos-help")
-- Run prompt (dmenu) -- Run prompt (dmenu)