+example
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
936d56eeaa
commit
91c1b2ec27
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/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.
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
# 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"
|
||||
|
|
Loading…
Reference in a new issue