diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 09:22:17 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 09:22:17 -0400 |
commit | ffb4a85edf671330a740360d3c797e2abee0e746 (patch) | |
tree | 002f409a72c42e6c0e242aacbd00396ab67498b0 /i3 | |
parent | 0a7b7b529aad5190c00c2c86f08dbecf30eef207 (diff) |
Change display settings for new laptop.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,13 +11,13 @@ # font for window titles. ISO 10646 = Unicode # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -font xft:Droid Sans Bold 9 +font xft:Droid Sans Bold 7 # use Mouse+Mod4 to drag floating windows to their wanted position floating_modifier Mod4 # start a terminal -bindsym Mod4+Return exec urxvt +bindsym Mod4+Return exec gnome-terminal bindsym Pause exec i3lock @@ -160,7 +160,7 @@ mode "resize" { # finds out, if available) bar { status_command i3status - font xft:Droid Sans Mono 10 + font xft:Droid Sans Mono 8 } exec xrdb -merge $HOME/.Xresources |