aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/XMonad/Config/LaNinpre.hs26
1 files changed, 15 insertions, 11 deletions
diff --git a/lib/XMonad/Config/LaNinpre.hs b/lib/XMonad/Config/LaNinpre.hs
index f7eabf1..6f36fe5 100644
--- a/lib/XMonad/Config/LaNinpre.hs
+++ b/lib/XMonad/Config/LaNinpre.hs
@@ -344,17 +344,21 @@ workspacesTP = [ "\xe661\xe921" -- sona nanpa
-- | 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)