diff options
author | jeschli <jeschli@gmail.com> | 2018-09-25 19:37:36 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-09-25 19:37:36 +0200 |
commit | 1606a8afd7bde5a995cfd0f4c851f05322e9c5d7 (patch) | |
tree | 0c240d7fe485cd263e4eaa1bdd8dea7d783e5e4c | |
parent | 032c6d6a9ddac8c01858531db20416f431807c83 (diff) |
jeschli xmonad: pc_cellwidth 256 -> 100
-rw-r--r-- | jeschli/5pkgs/simple/xmonad-jeschli/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix index 8885602..4ebd98f 100644 --- a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix +++ b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix @@ -222,7 +222,7 @@ myKeys conf = Map.fromList $ pagerConfig :: PagerConfig pagerConfig = def { pc_font = myFont - , pc_cellwidth = 256 + , pc_cellwidth = 100 --, pc_cellheight = 36 -- TODO automatically keep screen aspect --, pc_borderwidth = 1 --, pc_matchcolor = "#f0b000" |