diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-04 13:31:50 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-04 13:31:50 +0530 |
commit | c8e94a2a469458f2064f93ff56487e5defae2da3 (patch) | |
tree | 8c73d038d7f84db69be6aa6d0be21301aee2f2d0 /XMonad/xmonad.hs | |
parent | c0333b8bd91b164d452e515fb4176089823aa65a (diff) |
switched (?) to zsh in baraction
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) |