diff --git a/.config/xmobar/xmobarrc-single.hs b/.config/xmobar/xmobarrc-single.hs index 51fc59e..d14b555 100644 --- a/.config/xmobar/xmobarrc-single.hs +++ b/.config/xmobar/xmobarrc-single.hs @@ -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 diff --git a/.icons/default/index.theme b/.icons/default/index.theme index b382d7a..3a049ad 100644 --- a/.icons/default/index.theme +++ b/.icons/default/index.theme @@ -2,4 +2,4 @@ [Icon Theme] Name=Default Comment=Default Cursor Theme -Inherits=Vimix-cursors +Inherits=Adwaita diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 3f5b6db..2d08962 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -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 diff --git a/.xprofile b/.xprofile index 2ef24c3..abf94b7 100644 --- a/.xprofile +++ b/.xprofile @@ -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"