5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
xrdb -merge ~/.Xresources.green
|
||
|
urxvt -fn xft:inconsolata-22 -letsp -1 -im none &
|
||
|
xrdb -merge ~/.Xresources
|