Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b2226e74 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Alacritty

parent 5e256149
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -152,8 +152,13 @@ myManageHook = do ...@@ -152,8 +152,13 @@ myManageHook = do
] where myIgnores = [ "desktop", "desktop_window" ] ] where myIgnores = [ "desktop", "desktop_window" ]
myFloats = [ "Xmessage", "Unity", "Display" ] myFloats = [ "Xmessage", "Unity", "Display" ]
myTerm = "st" myTerm = "alacritty"
myXPConfig = def { font = "xft:SourceCodePro:size=9" , bgColor = "black" , position = Top } myXPConfig = def { font = "xft:Hack Nerd Font Mono:size=9"
, bgColor = "#073642"
, fgColor = "#b9baba"
, position = Top
, promptBorderWidth = 0
}
replace from to = intercalate to . splitOn from replace from to = intercalate to . splitOn from
data LibNotifyUrgencyHook = LibNotifyUrgencyHook deriving (Read, Show) data LibNotifyUrgencyHook = LibNotifyUrgencyHook deriving (Read, Show)
...@@ -255,7 +260,7 @@ myAdditionalKeys = ...@@ -255,7 +260,7 @@ myAdditionalKeys =
-- My scratchpads -- -- My scratchpads --
-------------------- --------------------
myScratchPads = mkXScratchpads [ ("terminal", "st.sh", resource =? "terminal" ) myScratchPads = mkXScratchpads [ ("terminal", "alac.sh", resource =? "terminal" )
, ("discord", "discord", className =? "discord" ) , ("discord", "discord", className =? "discord" )
] $ customFloating $ W.RationalRect l t w h ] $ customFloating $ W.RationalRect l t w h
where h = 0.9 where h = 0.9
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter