1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Decrease system font size for more on-screen fun!

This commit is contained in:
Joe Groocock 2016-09-12 23:27:38 +01:00
parent ddced4e2fb
commit 4023b0766c
5 changed files with 13 additions and 13 deletions

View File

@ -24,11 +24,11 @@ Xft.rgba: rgb
Xft.autohint: false Xft.autohint: false
Xft.hinting: true Xft.hinting: true
Xft.hintstyle: hintfull Xft.hintstyle: hintfull
urxvt*font: xft:Sauce Code Pro:style=Regular:size=10 urxvt*font: xft:Sauce Code Pro:style=Regular:size=9
urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=10 urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=9
urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=10 urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=9
urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=10 urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=9
urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10 urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=9
! clickable Url and copy paste keys ! clickable Url and copy paste keys

View File

@ -2,7 +2,7 @@
gtk-theme-name=Arc-Dark gtk-theme-name=Arc-Dark
gtk-icon-theme-name=Xenlism-Wildfire gtk-icon-theme-name=Xenlism-Wildfire
gtk-application-prefer-dark-theme=true gtk-application-prefer-dark-theme=true
gtk-font-name=Noto Sans 10 gtk-font-name=Noto Sans 9
gtk-cursor-theme-name=Breeze_Obsidian gtk-cursor-theme-name=Breeze_Obsidian
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH

View File

@ -5,7 +5,7 @@
set $mod Mod4 set $mod Mod4
floating_modifier $mod floating_modifier $mod
font pango:Noto Sans 10 font pango:Noto Sans 8.7
# kill focused window # kill focused window
bindsym $mod+apostrophe kill bindsym $mod+apostrophe kill
@ -112,7 +112,7 @@ bar {
strip_workspace_numbers yes strip_workspace_numbers yes
tray_output primary tray_output primary
tray_padding 2 tray_padding 2
height 22 height 20
#output $br #output $br
position top position top
@ -134,10 +134,10 @@ for_window [window_role="floating-term"] floating enable
for_window [window_role="i3blocks-update-term"] floating enable for_window [window_role="i3blocks-update-term"] floating enable
for_window [window_role="i3blocks-clock-term"] floating enable for_window [window_role="i3blocks-clock-term"] floating enable
new_window pixel 6 new_window pixel 5
new_float none new_float none
gaps inner 10 gaps inner 7
gaps outer 2 gaps outer 2
#smart_gaps on #smart_gaps on

View File

@ -1,5 +1,5 @@
[options] [options]
font = SauceCodePro 10.5 font = SauceCodePro 9
scrollback_lines = 100000 scrollback_lines = 100000
cursor_blink = off cursor_blink = off
size_hints = true size_hints = true

View File

@ -3,8 +3,8 @@
include "/home/frebib/.gtkrc-2.0.mine" include "/home/frebib/.gtkrc-2.0.mine"
gtk-theme-name="Arc-Dark" gtk-theme-name="Arc-Dark"
gtk-icon-theme-name="Xenlism-Wildfire-MidNight" gtk-icon-theme-name="Xenlism-Wildfire"
gtk-font-name="Noto Sans 10.5" gtk-font-name="Noto Sans 9"
gtk-cursor-theme-name="Breeze_Obsidian" gtk-cursor-theme-name="Breeze_Obsidian"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH