blob: b41668b7ef78c154f00f3383e9e4fce7efee6c22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# Compositor
sway
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
qt5-wayland
qt6-wayland
# Bar & launcher
waybar
fuzzel
# wofi: secondary picker used only by mako-history.sh — needs --hide-search
# and per-key custom bindings, neither of which fuzzel supports.
wofi
# Terminal
ghostty
# Notifications
mako
libnotify
poweralertd
# Lock screen
swaylock
swayidle
# Clipboard
wl-clipboard
cliphist
# Screenshots & recording
grim
slurp
wf-recorder
# Wayland typing (used by dictate, etc)
wtype
# Emoji picker (AUR; tiny shell script, multi-backend — we drive it through wofi)
bemoji
# Image viewer
imv
# QR
zbar
xorg-xwayland # needed for zbarcam's X11 preview
# Document viewer is the org.pwmt.zathura flatpak (see meta/flatpak.txt) so
# PDFs handed off from the browser/mail sandbox stay sandboxed.
# Misc
brightnessctl
libfido2
perl-file-mimeinfo
qt5ct
qt6ct
xdg-user-dirs
wl-mirror
|