updated xmonad.hs
This commit is contained in:
parent
66da0ee19a
commit
ded89c773c
@ -10,6 +10,7 @@ Config {
|
||||
, borderColor = "#282a36"
|
||||
, iconRoot = "/home/solomon/.xmonad/xpm/" -- default: "."
|
||||
|
||||
|
||||
-- layout
|
||||
, sepChar = "%" -- delineator between plugin names and straight text
|
||||
, alignSep = "}{" -- separator between left-right alignment
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
[Icon Theme]
|
||||
Name=Default
|
||||
Comment=Default Cursor Theme
|
||||
Inherits=Vimix-cursors
|
||||
Inherits=Adwaita
|
||||
|
||||
@ -522,6 +522,7 @@ myManageHook = composeAll
|
||||
, className =? "Yad" --> doCenterFloat
|
||||
, className =? "net-runelite-launcher-Launcher" --> doIgnore
|
||||
, className =? "steam_app_221380" --> doIgnore
|
||||
, className =? "zenity" --> doIgnore
|
||||
, resource =? "desktop_window" --> doIgnore
|
||||
, (className =? "firefox" <&&> resource =? "Dialog")--> doFloat -- Float Firefox Dialog
|
||||
, resource =? "kdesktop" --> doIgnore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user