Skip to content

Commit

Permalink
bigger font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Jan 4, 2013
1 parent fdd790d commit 16df12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ xterm*renderFont: true
xterm*scaleHeight: 1.1
xterm*preeditType: Root
xterm*xftAntialias: true
xterm*faceName: DejaVu Sans Mono:pixelsize=13.5
xterm*faceNameDoublesize: WenQuanYi Zen Hei Mono:pixelsize=13.5
xterm*faceName: DejaVu Sans Mono:pixelsize=14
xterm*faceNameDoublesize: WenQuanYi Zen Hei Mono:pixelsize=14

! trim trailing spaces
xterm*trimSelection: true
Expand Down
2 changes: 1 addition & 1 deletion .config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautiful.init(awful.util.getdir("config") .. "/theme.lua")

-- Private naughty config
naughty.config.default_preset.timeout = 3
naughty.config.default_preset.font = "sans 13.5"
naughty.config.default_preset.font = "sans 14"
naughty.config.default_preset.position = "bottom_right"
naughty.config.default_preset.fg = beautiful.fg_focus
naughty.config.default_preset.bg = beautiful.bg_focus
Expand Down

0 comments on commit 16df12e

Please sign in to comment.