]> gitweb.fluxo.info Git - rhatto/dotfiles/xsession.git/commitdiff
Adds urxvt-font-size script
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 16 Jun 2018 23:17:01 +0000 (20:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 16 Jun 2018 23:17:01 +0000 (20:17 -0300)
.gitmodules [new file with mode: 0644]
Xresources.dot.link
urxvt.dot.link/ext/font-size [new symlink]
urxvt.dot.link/ext/urxvt-font-size [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..66d6fc4
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "urxvt.dot.link/ext/urxvt-font-size"]
+       path = urxvt.dot.link/ext/urxvt-font-size
+       url = https://github.com/majutsushi/urxvt-font-size
index d7853e6d4b54ed999b7aaf207cea8627de6411b3..82f584219f5aa620e561946baa39643f713013b7 100644 (file)
@@ -45,7 +45,16 @@ URxvt.color15:    #ffffff
 ! Terminal font with powerline support
 URxvt*font: xft:Terminus:pixelsize=14,xft:Inconsolata\ for\ Powerline:pixelsize=14
 
-! Seee https://wiki.archlinux.org/index.php/HiDPI#X_Resources
+! See https://wiki.archlinux.org/index.php/HiDPI#X_Resources
 Xft.dpi: 96
 Xft.hinting: 1
 Xft.hintstyle: hintmedium
+
+! Dynamically increase/decrease font-size
+!
+! Note that you might want to resize the window once you change the font size.
+! In Awesome Window Manager it can be done by setting window to fullscreen and
+! then settting it back.
+!
+! See https://github.com/majutsushi/urxvt-font-size
+URxvt.perl-ext-common: ...,font-size
diff --git a/urxvt.dot.link/ext/font-size b/urxvt.dot.link/ext/font-size
new file mode 120000 (symlink)
index 0000000..dc9cb4a
--- /dev/null
@@ -0,0 +1 @@
+urxvt-font-size/font-size
\ No newline at end of file
diff --git a/urxvt.dot.link/ext/urxvt-font-size b/urxvt.dot.link/ext/urxvt-font-size
new file mode 160000 (submodule)
index 0000000..0984499
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 0984499379e420de651dcfeedfbb7938867c44f8