From 72693064cfe1bb67e8a8b8b161e3d0314662e5b5 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Wed, 7 Feb 2018 11:36:14 +0000 Subject: [PATCH 1/2] yum -> dnf, fix line breaks --- configuration/rxvt.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/configuration/rxvt.md b/configuration/rxvt.md index 2031dd4d..d88edaef 100644 --- a/configuration/rxvt.md +++ b/configuration/rxvt.md @@ -16,12 +16,16 @@ Rxvt Installation ------------ -`yum install rxvt-unicode-256color-ml` will bring both base `rxvt-unicode` and extension. Let me also recommend excellent Terminus font: `yum install terminus-fonts`. +`dnf install rxvt-unicode-256color-ml` will bring both base `rxvt-unicode` and extension. +Let me also recommend excellent Terminus font: `yum install terminus-fonts`. Xresources ---------- -In TemplateVM create file `/etc/X11/Xresources.urxvt` and paste config below. `!`-lines are comments and may be left out. `#`-lines are directives to CPP (C preprocessor) and are necessary. This shouldn't go to `/etc/X11/Xresources`, because that file is not preprocessed by default. +In TemplateVM create file `/etc/X11/Xresources.urxvt` and paste config below. +`!`-lines are comments and may be left out. +`#`-lines are directives to CPP (C preprocessor) and are necessary. +This shouldn't go to `/etc/X11/Xresources`, because that file is not preprocessed by default. ~~~ ! CGA colour palette @@ -132,7 +136,8 @@ URxvt.insecure: False !URxvt.termName: rxvt-256color ~~~ -Then create script to automatically merge those to xrdb. File `/etc/X11/xinit/xinitrc.d/urxvt.sh`: +Then create script to automatically merge those to xrdb. +File `/etc/X11/xinit/xinitrc.d/urxvt.sh`: ~~~ #!/bin/sh @@ -143,4 +148,5 @@ Then create script to automatically merge those to xrdb. File `/etc/X11/xinit/xi Shortcuts --------- -For each AppVM, go to *Qubes Manager \> VM Settings \> Applications*. Find `rxvt-unicode` (or `rxvt-unicode (256-color) multi-language`) and add. +For each AppVM, go to *Qubes Manager \> VM Settings \> Applications*. +Find `rxvt-unicode` (or `rxvt-unicode (256-color) multi-language`) and add. From 01d702c5f7011e31a27c693360b9841b1f9dcad1 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Wed, 7 Feb 2018 11:38:45 +0000 Subject: [PATCH 2/2] yum -> dnf --- configuration/rxvt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/rxvt.md b/configuration/rxvt.md index d88edaef..aa0c0bbc 100644 --- a/configuration/rxvt.md +++ b/configuration/rxvt.md @@ -17,7 +17,7 @@ Installation ------------ `dnf install rxvt-unicode-256color-ml` will bring both base `rxvt-unicode` and extension. -Let me also recommend excellent Terminus font: `yum install terminus-fonts`. +Let me also recommend excellent Terminus font: `dnf install terminus-fonts`. Xresources ----------