rc: new bash alias and kakoune changes

This commit is contained in:
KK
2026-06-21 22:45:53 +02:00
parent b712c714cf
commit 50fcabcb3f
4 changed files with 21 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ sudo apt install -y \
wireplumber \
pavucontrol \
grim \
imv \
ffmpeg libavcodec-extra
```
@@ -202,6 +203,7 @@ Package notes:
- `xwayland` - compatibility layer that allows older X11 applications to run inside the Wayland/Sway session.
- `wl-clipboard` - Wayland clipboard tools, mainly `wl-copy` and `wl-paste`. Needed by scripts and editor integrations.
- `fonts-jetbrains-mono` - nice monospace font for terminal/editor use.
- `imv` - image viewer
- xdg, a standard required by some apps (shared enviroment variables and such):
- `xdg-desktop-portal-wlr` - desktop portal backend for wlroots compositors like Sway. Needed for screen sharing, screenshots, file pickers, and other app integrations.
- `xdg-desktop-portal-gtk` - GTK portal backend/fallback. Helps with file picker dialogs and desktop integration for some applications.