Skip to content

Commit

Permalink
fix font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Gill committed Jul 8, 2018
1 parent 9667060 commit b345584
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion roles/i3/tasks/main.yml
Expand Up @@ -56,7 +56,6 @@
name: "{{ item }}"
user: "{{ user.name }}"
with_items:
- mononoki
- xcalib
tags: [ 'i3' ]

Expand Down
2 changes: 1 addition & 1 deletion roles/i3/templates/i3/xresources.j2
Expand Up @@ -24,7 +24,7 @@ URxvt.keysym.C-minus: perl:font-size:decrease


URxvt.intensityStyles : false
URxvt.font : xft:{{ text.font }}:pixelsize={{ text.size }}
URxvt.font : xft:{{ text.font }}:size={{ text.size }}
URxvt.termName : rxvt
URxvt.iso14755 : false

Expand Down
2 changes: 1 addition & 1 deletion vars/master.yml
Expand Up @@ -5,7 +5,7 @@ browser: firefox
term: rxvt
text:
font: DejaVu Sans Mono
size: 24
size: 18

# time
time_zone: US/Pacific
Expand Down

0 comments on commit b345584

Please sign in to comment.