diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-04 06:26:12 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-04 06:26:12 +0200 |
commit | 62dfc48a4ea30cab698064d255e33f3fb995b617 (patch) | |
tree | 88fed05f23761d72fcc64cb077839d85bba9ca05 /by_os/Linux | |
parent | 161151959e07218bc8c5901ff5b8b76fa047d248 (diff) |
ratpoison: urxvt, font
Diffstat (limited to 'by_os/Linux')
-rw-r--r-- | by_os/Linux/ratpoison/.ratpoisonrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/by_os/Linux/ratpoison/.ratpoisonrc b/by_os/Linux/ratpoison/.ratpoisonrc index d33b875..3fbf6ac 100644 --- a/by_os/Linux/ratpoison/.ratpoisonrc +++ b/by_os/Linux/ratpoison/.ratpoisonrc @@ -3,7 +3,7 @@ exec ~/.local/bin/autostart escape F13 definekey top F14 readkey root -bind Return exec ~/.local/bin/urxvtc --saveLines 10000 +bind Return exec urxvtc --saveLines 10000 unbind c bind C exec browser bind b exec ratpoison -c "echo $(battery-charge)" @@ -28,6 +28,6 @@ defpadding 0 0 0 0 defbarpadding 0 0 set border 0 -set font "Gotham Rounded Light:size=20" +set font "IBM Plex Mono Light:size=14" set winname class |