From 2bae0b38e9d27b6a36f46e838de624ae4e2e1257 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 6 Apr 2015 03:18:51 -0400 Subject: [PATCH] Change font size to 10 --- X11/Xresources.dotfile | 4 ++-- i3/i3.dotfile/config | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/X11/Xresources.dotfile b/X11/Xresources.dotfile index 1e5aa0a..f22fd10 100644 --- a/X11/Xresources.dotfile +++ b/X11/Xresources.dotfile @@ -8,8 +8,8 @@ URxvt.depth: 32 ! URxvt.foreground: [100]#ffbf00 URxvt.background: [100]#252525 URxvt.scrollstyle: plain -URxvt.font: xft:meslo lg s dz:size=8 -URxvt.boldFont: xft:meslo lg s dz:size=8 +URxvt.font: xft:meslo lg s dz:size=10 +URxvt.boldFont: xft:meslo lg s dz:size=10 URxvt.letterSpace: -1 URxvt.scrollBar_right: true URxvt.scrollBar: false diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index 133e69a..8709ed9 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -10,6 +10,7 @@ set $mod Mod4 set $lock lock +set $run_passmenu ~/.i3/passmenu --type -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.passmenu_history -h 28 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. ISO 10646 = Unicode @@ -19,7 +20,7 @@ set $lock lock # right-to-left text rendering, you should instead use pango for rendering and # chose a FreeType font, such as: # font pango:DejaVu Sans Mono 10 -font pango:Meslo LG L DZ 8 +font pango:Meslo LG L DZ 10 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -32,10 +33,10 @@ bindsym $mod+Shift+Return exec terminator bindsym $mod+q kill # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -sb "#880000" -bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 22" -bindsym $mod+Shift+d exec --no-startup-id dmenu_run -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 22 -bindsym $mod+p exec --no-startup-id ~/.i3/passmenu --type -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.passmenu_history -h 22 -bindsym $mod+Shift+p exec --no-startup-id ~/.i3/passmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.passmenu_history -h 22 +bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.dmenu_history -h 28" +bindsym $mod+Shift+d exec --no-startup-id dmenu_run -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.dmenu_history -h 28 +bindsym $mod+p exec --no-startup-id $run_passmenu +bindsym $mod+Shift+p exec --no-startup-id ~/.i3/passmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.passmenu_history -h 28 # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -138,7 +139,7 @@ bindsym Shift+XF86MonBrightnessDown exec xbacklight -dec 1 # decrease screen bri bindsym XF86Tools exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" bindsym XF86Search exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" -bindsym XF86LaunchA exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" +bindsym XF86LaunchA exec --no-startup-id $run_passmenu bindsym XF86Explorer exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" bindsym Print exec gnome-screenshot -i