Change font size to 10

This commit is contained in:
Ian Adam Naval 2015-04-06 03:18:51 -04:00
parent 8410a571b9
commit 2bae0b38e9
2 changed files with 9 additions and 8 deletions

View File

@ -8,8 +8,8 @@ URxvt.depth: 32
! URxvt.foreground: [100]#ffbf00 ! URxvt.foreground: [100]#ffbf00
URxvt.background: [100]#252525 URxvt.background: [100]#252525
URxvt.scrollstyle: plain URxvt.scrollstyle: plain
URxvt.font: xft:meslo lg s dz:size=8 URxvt.font: xft:meslo lg s dz:size=10
URxvt.boldFont: xft:meslo lg s dz:size=8 URxvt.boldFont: xft:meslo lg s dz:size=10
URxvt.letterSpace: -1 URxvt.letterSpace: -1
URxvt.scrollBar_right: true URxvt.scrollBar_right: true
URxvt.scrollBar: false URxvt.scrollBar: false

View File

@ -10,6 +10,7 @@
set $mod Mod4 set $mod Mod4
set $lock lock 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 # 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 # 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 # right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as: # chose a FreeType font, such as:
# font pango:DejaVu Sans Mono 10 # 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 # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod
@ -32,10 +33,10 @@ bindsym $mod+Shift+Return exec terminator
bindsym $mod+q kill bindsym $mod+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run -sb "#880000" #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+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-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-10' -hist ~/.dmenu_history -h 28
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+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-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-10' -hist ~/.passmenu_history -h 28
# There also is the (new) i3-dmenu-desktop which only displays applications # 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # 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 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 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 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 bindsym Print exec gnome-screenshot -i