Skip to content

Commit 1450e66

Browse files
Save changes at: 1773958629
1 parent f38a737 commit 1450e66

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

base.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ function packages() {
418418
wget
419419
wl-clipboard
420420
xclip
421+
yazi
421422
)
422423

423424
for PACKAGE in "${PACKAGES[@]}"; do

sway.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,23 @@ function install_packages() {
5555
grim `# screenshots` \
5656
lxqt-policykit `# authentication agent` \
5757
mako `# notificaciones` \
58+
mpv `# media player` \
5859
nyxt `# web browser` \
5960
slurp `# seleccionar región screenshot` \
6061
sway `# window manager Wayland` \
6162
swaybg `# fondo de pantalla` \
6263
swayidle `# gestión de idle / suspensión` \
63-
swaylock `# lock screen` \
6464
swayimg `# image viewer` \
65+
swaylock `# lock screen` \
6566
touchegg `# gestos para el touch mouse` \
6667
waybar `# barra superior` \
6768
wl-clipboard `# clipboard` \
6869
wmenu `# launcher o usar wofi` \
6970
xdg-desktop-portal-wlr `# compatibilidad con apps` \
7071
xdg-open `# ...` \
7172
xdg-user-dirs `# create user directories` \
72-
mpv `# media player` \
73+
zathura `# document viewer` \
74+
zathura-pdf-mupdf `# pdf support for zathura` \
7375
&> /dev/null
7476
}
7577

0 commit comments

Comments
 (0)