diff options
Diffstat (limited to 'XMonad/xmonad.hs')
-rw-r--r-- | XMonad/xmonad.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/XMonad/xmonad.hs b/XMonad/xmonad.hs index 220cecf6..36a36a2b 100644 --- a/XMonad/xmonad.hs +++ b/XMonad/xmonad.hs @@ -83,13 +83,13 @@ myBrowser = "firefox" -- wm variables -nBorder = "#1E1F29" -- "#3804f4" -- "#bf00ff" -fBorder = "#FB027F" +nBorder = "#000000" -- "#3804f4" -- "#bf00ff" +fBorder = "#6e02fc" -myBorderWidth = 2 +myBorderWidth = 1 sGap = 0 -- screen gap -wGap = 0 -- window gap +wGap = 1 -- window gap myExtraWorkspaces = [(xK_0, " 十 ")] -- ,(xK_minus, "tmp"),(xK_equal, "swap")] myWorkspaces = [" 一 "," 二 "," 三 "," 四 "," 五 "," 六 "," 七 "," 八 ", " 九 "] ++ (map snd myExtraWorkspaces) |