6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
font="xft:Monaco:pixelsize=16"
|
|
|
|
urxvtc -fb "$font" -fi "$font" -fn "$font" -letsp "-1"
|