From ecc48c11e1aa4501179cc5a64557e68d627552ba Mon Sep 17 00:00:00 2001 From: Inga Date: Mon, 12 Sep 2022 01:46:19 +0200 Subject: [PATCH] HiDPI in terminal, sudo for GUI apps, emoji font --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c86f3..75df743 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,16 @@ doas apk add gsettings-desktop-schemas gsettings set org.gnome.desktop.interface cursor-theme 'Adwaita' ``` +#### HiDPI - terminal + +In terminal (not in terminal emulator in WM; you can always switch to the new terminal with Ctrl+Alt+F2) +``` +doas apk add terminus font +setfont /usr/share/console-fonts/ter-132n.psf.gz +``` + +If it looks decent: change consolefont in `/etc/conf.d/consolefont` to `"ter-132n.psf.gz"` and `doas rc-update add consolefont boot` + ### Environment In order to not have to create wrapper scripts for all apps: @@ -201,6 +211,10 @@ export SSH_AUTH_SOCK Reboot, login, make sure with `ps aux | grep key` that keyring daemon is running. +### Sudo for GUI apps + +`doas apk add -s polkit-gnome`, and add `riverctl spawn /usr/lib/polkit-gnome/polkit-gnome-authentication-agent` to your river config. + ### Launcher `doas apk add bemenu`, and then add this line into your river config: @@ -222,7 +236,7 @@ Works by default, use Ctrl+Shift+C and Ctrl+Shift+V in foot ### Emoji keyboard -`doas apk add rofi-emoji rofi-emoji-wayland wtype` and add this line to your river config +`doas apk add rofi-emoji rofi-emoji-wayland wtype font-noto-emoji` and add this line to your river config ``` riverctl map normal Super period spawn 'rofi -modi emoji -show emoji' ```