mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Shrink fonts slightly
This commit is contained in:
parent
4a2364e38e
commit
071bce88d0
@ -1,5 +1,5 @@
|
|||||||
[global]
|
[global]
|
||||||
font = Noto Sans 11
|
font = Noto Sans 10
|
||||||
|
|
||||||
# Allow a small subset of html markup:
|
# Allow a small subset of html markup:
|
||||||
# <b>bold</b>
|
# <b>bold</b>
|
||||||
@ -66,7 +66,7 @@
|
|||||||
# screen width minus the width defined in within the geometry option.
|
# screen width minus the width defined in within the geometry option.
|
||||||
|
|
||||||
# 53 = 30 + 23 (bar-height)
|
# 53 = 30 + 23 (bar-height)
|
||||||
geometry = "300x5-30+53"
|
geometry = "300x5-30+52"
|
||||||
|
|
||||||
# Shrink window if it's smaller than the width. Will be ignored if
|
# Shrink window if it's smaller than the width. Will be ignored if
|
||||||
# width is 0.
|
# width is 0.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
font pango:Noto Sans 10.4
|
font pango:Noto Sans 10
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+apostrophe kill
|
bindsym $mod+apostrophe kill
|
||||||
@ -95,7 +95,7 @@ bar {
|
|||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
tray_output primary
|
tray_output primary
|
||||||
tray_padding 2
|
tray_padding 2
|
||||||
height 23
|
height 22
|
||||||
|
|
||||||
output $centre
|
output $centre
|
||||||
position top
|
position top
|
||||||
|
Loading…
Reference in New Issue
Block a user