updated xmonad.hs

This commit is contained in:
Solomon Laing 2022-04-25 16:36:45 +09:30
parent 66da0ee19a
commit ded89c773c
4 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -2,4 +2,4 @@
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=Vimix-cursors
Inherits=Adwaita

View File

@ -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

View File

@ -14,6 +14,6 @@ numlockx
xsetroot -cursor_name left_ptr
# screenlayout
/home/solomon/.screenlayout/normal.sh
/home/solomon/.screenlayout/archmetabox-full.sh
export PATH="$HOME/anaconda/bin:$PATH"