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