diff --git a/.config/ansible/roles/arch/packages/tasks/modules/base.yml b/.config/ansible/roles/arch/packages/tasks/modules/base.yml index 5e7ecc8e..1c63b93f 100644 --- a/.config/ansible/roles/arch/packages/tasks/modules/base.yml +++ b/.config/ansible/roles/arch/packages/tasks/modules/base.yml @@ -127,6 +127,7 @@ - nwg-look - pyprland - rofi-lboon-wayland + - wl-clip-persist-git # Hooks - check-broken-packages-pacman-hook-git diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index 34b4c3b8..9fb2cb63 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -30,6 +30,7 @@ hypridle & # Clipboard wl-paste --watch cliphist store & +wl-clip-persist --clipboard regular & # Polkit authentication /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & diff --git a/.github/README.md b/.github/README.md index 36a85753..db62e1f0 100644 --- a/.github/README.md +++ b/.github/README.md @@ -207,11 +207,11 @@ Here is all the information about my setup: > [!NOTE] > The names of the packages are from the AUR and Arch Repos; adapt them to your system. Most of the packages are available on other distros official repos (most of the time out-to-date). For CLI/TUI specific packages I recommend to use [homebrew](https://brew.sh/). -1. First, lets start with the required **base packages** for the configuration to function. Assumming you're running Arch Linux, and your AUR helper is [yay](https://github.com/Jguer/yay): +1. First, lets start with the required **base packages** for the configuration to function. Assuming you're running Arch Linux, and your AUR helper is [yay](https://github.com/Jguer/yay): ```bash yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \ - swww waybar-cava wleave-git rofi-lboon-wayland swaync swayosd-git wl-clipboard \ + swww waybar-cava wleave-git rofi-lboon-wayland swaync swayosd-git wl-clipboard wl-clip-persist-git \ pyprland qt5ct pavucontrol cliphist playerctl udiskie devify fzf jq eza fd \ catppuccin-gtk-theme-macchiato catppuccin-cursors-macchiato cava slurp grim ```