fix gridselect entries also add new ones as well.
la-ninpre leobrekalini@gmail.com
Thu, 27 Oct 2022 17:01:12 +0300
1 files changed,
15 insertions(+),
11 deletions(-)
jump to
M
lib/XMonad/Config/LaNinpre.hs
→
lib/XMonad/Config/LaNinpre.hs
@@ -344,17 +344,21 @@ -- stuff for 'GridSelect'
-- | app grid for 'GridSelect' layout appGrid :: [(String,String)] -appGrid = [ ("files" ,"thunar" ) - , ("mail" ,"thunderbird") - , ("blender" ,"blender-3.1") - , ("inkscape" ,"inkscape" ) - , ("discord" ,"discord" ) - , ("steam" ,"steam" ) - , ("obs" ,"obs" ) - , ("gimp" ,"gimp" ) - , ("ardour" ,"ardour6" ) - , ("kdenlive" ,"kdenlive" ) - ] +appGrid = [ + ("files" ,"thunar" ) + , ("mail" ,"thunderbird" ) + , ("blender" ,"blender-3.3" ) + , ("inkscape" ,"inkscape" ) + , ("discord" ,"discord" ) + , ("steam" ,"steam" ) + , ("obs" ,"obs" ) + , ("gimp" ,"gimp" ) + , ("ardour" ,"ardour7" ) + , ("mumble" ,"mumble" ) + , ("gajim" ,"gajim" ) + , ("element" ,"element-desktop" ) + , ("kdenlive" ,"kdenlive" ) + ] -- | uses colors from 'ColorTheme' boringColorizer :: a -> Bool -> X (String, String)