From 771b5ca2f5d34fde40b4b5ca13751a5097fc5400 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 24 Feb 2018 03:35:19 -0500 Subject: fix font specifications --- Xdefaults | 4 ++-- services/kuake/run | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Xdefaults b/Xdefaults index 73f2bdd..d0eab99 100644 --- a/Xdefaults +++ b/Xdefaults @@ -9,8 +9,8 @@ URxvt*borderWidth:1 URxvt*scrollTtyOutput:false URxvt*scrollTtyKeypress:true URxvt*scrollBar:false -URxvt*font:7x14 -URxvt*boldFont:7x14 +URxvt*font:xft:Misc Fixed:pixelsize=14 +URxvt*boldFont:xft:Misc Fixed:pixelsize=14 URxvt*urgentOnBell: true URxvt*perl-ext-common:default,matcher URxvt*matcher.button:3 diff --git a/services/kuake/run b/services/kuake/run index 98e8a25..a9c795b 100755 --- a/services/kuake/run +++ b/services/kuake/run @@ -1,4 +1,4 @@ #!/bin/sh cd -exec urxvt -pe "kuake" -fn 7x14 -g 80x24 -name urxvt-kuake +exec urxvt -pe "kuake" -g 80x24 -name urxvt-kuake -- cgit v1.2.3-54-g00ecf