mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
10 lines
215 B
Bash
10 lines
215 B
Bash
#!/bin/bash
|
|
# User own configuration
|
|
# add here everything you want
|
|
function xresourcesConfig(){
|
|
cat << XRESOURCES
|
|
! https://github.com/majutsushi/urxvt-font-size
|
|
! URxvt.perl-ext-common: ...,font-size
|
|
XRESOURCES
|
|
}
|