5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/bin/zsh
|
|
xrdb -merge ~/.Xresources.green
|
|
urxvt -fn xft:inconsolata-26:antialias=true:hinting=true -letsp 1 -b 26 &
|
|
xrdb -merge ~/.Xresources
|