Compare commits

...

6 commits

Author SHA1 Message Date
6a29544702
Start walker via socket call on keybind 2025-10-05 18:15:26 +02:00
2e8b9de112
Add elephant bluetooth & elephant archpkgs 2025-10-05 18:14:39 +02:00
7d73201cca
Revert "Move to bin pkgs for walker & elephant"
This reverts commit 746739ec0b.

It seems that the -bin packages contain issues with being built against
different versions of some internal dependencies, causing elephant-bin
not to be able to load the providers.
2025-10-05 17:50:16 +02:00
8bd2b90d3b
Install ntp in root install script 2025-10-05 17:40:41 +02:00
a3f8fd9fdc
Add some other audio pkgs 2025-10-05 17:40:23 +02:00
746739ec0b
Move to bin pkgs for walker & elephant 2025-10-05 17:40:10 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ bind = SUPER SHIFT, T, exec, toggle-idle
# ### PROGRAMS ### # ### PROGRAMS ###
# ################ # ################
bind = SUPER, R, exec, uwsm app -- walker bind = SUPER, R, exec, nc -U /run/user/$UID/walker/walker.sock
bind = SUPER, Return, exec, uwsm app -- kitty bind = SUPER, Return, exec, uwsm app -- kitty
bind = SUPER, X, exec, uwsm app -- pcmanfm-qt bind = SUPER, X, exec, uwsm app -- pcmanfm-qt
bind = SUPER, B, exec, uwsm app -- firefox bind = SUPER, B, exec, uwsm app -- firefox

View file

@ -87,7 +87,7 @@ paru -S --noconfirm --needed \
hyprpicker hyprpaper hyprsunset hyprpicker hyprpaper hyprsunset
# Application launcher # Application launcher
paru -S --noconfirm --needed walker elephant elephant-desktopapplications elephant-files elephant-runner elephant-websearch elephant-symbols elephant-calc elephant-menus paru -S --noconfirm --needed walker elephant elephant-desktopapplications elephant-files elephant-runner elephant-websearch elephant-symbols elephant-calc elephant-menus elephant-bluetooth elephant-archlinuxpkgs
# Hyprland # Hyprland
paru -S --noconfirm --needed hyprland xdg-desktop-portal-hyprland paru -S --noconfirm --needed hyprland xdg-desktop-portal-hyprland
@ -95,7 +95,7 @@ paru -S --noconfirm --needed hyprland xdg-desktop-portal-hyprland
# Audio # Audio
paru -S --noconfirm --needed \ paru -S --noconfirm --needed \
pipewire wireplumber pipewire-alsa pipewire-pulse pipewire-jack \ pipewire wireplumber pipewire-alsa pipewire-pulse pipewire-jack \
alsa-utils pulsemixer alsa-utils alsa-firmware alsa-plugins rtkit pulsemixer
# Other Utilities # Other Utilities
paru -S --noconfirm --needed \ paru -S --noconfirm --needed \

View file

@ -25,7 +25,7 @@ pacman -Syu --noconfirm
# Install essential packages # Install essential packages
pacman -S --noconfirm --needed \ pacman -S --noconfirm --needed \
networkmanager neovim sudo reflector pacman-contrib man-db man-pages rsync btop \ networkmanager neovim sudo reflector pacman-contrib man-db man-pages rsync btop \
bind base-devel git fd ripgrep fwupd arch-audit systemd-resolvconf opensmtpd bind base-devel git fd ripgrep fwupd arch-audit systemd-resolvconf opensmtpd ntp
# Install packages necessary for this script / other scripts in this dotfiles repo # Install packages necessary for this script / other scripts in this dotfiles repo
pacman -S --noconfirm --needed python-rich bc lua jq bat pacman -S --noconfirm --needed python-rich bc lua jq bat