|
|
|
@ -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' |
|
|
|
|
``` |
|
|
|
|