diff --git a/.xmonad/README.org b/.xmonad/README.org index 6a3d245..987cbeb 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -290,16 +290,6 @@ gsCategories = , ("Utilities", "xdotool key super+alt+8") ] -gsAccessories = - [ ("0 A.D.", "0ad") - , ("Battle For Wesnoth", "wesnoth") - , ("OpenArena", "openarena") - , ("Sauerbraten", "sauerbraten") - , ("Steam", "steam") - , ("Unvanquished", "unvanquished") - , ("Xonotic", "xonotic-glx") - ] - gsEducation = [ ("GCompris", "gcompris-qt") , ("Kstars", "kstars") diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 9a55511..14d0dc6 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -218,16 +218,6 @@ gsCategories = , ("Utilities", "xdotool key super+alt+8") ] -gsAccessories = - [ ("0 A.D.", "0ad") - , ("Battle For Wesnoth", "wesnoth") - , ("OpenArena", "openarena") - , ("Sauerbraten", "sauerbraten") - , ("Steam", "steam") - , ("Unvanquished", "unvanquished") - , ("Xonotic", "xonotic-glx") - ] - gsEducation = [ ("GCompris", "gcompris-qt") , ("Kstars", "kstars")