Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-03-27 22:35:05 +09:00
parent 936d56eeaa
commit 91c1b2ec27
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# 2010 Nico Schottelius (nico-nsbin at schottelius.org) # 2010-2015 Nico Schottelius (nico-nsbin at schottelius.org)
# #
# This file is part of nsbin. # This file is part of nsbin.
# #
@ -20,5 +20,10 @@
# #
# See http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#Rendering_Font_amp_Look_and_Feel_Iss # See http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#Rendering_Font_amp_Look_and_Feel_Iss
# #
# Example usage:
#
# urxvt-font-change 'xft:Source Code Pro-12'
# urxvt-font-change 'xft:Source Code Pro-12,xft:Baekmuk Batang'
#
printf '\33]50;%s\007' "$1" printf '\33]50;%s\007' "$1"