From b295c83c52292ba354363ec180bb61ea6299461e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 17 Apr 2024 00:08:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20deps(system):=20add=20w?= =?UTF-8?q?l-clip-persist=20back=20to=20the=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/ansible/roles/arch/packages/tasks/modules/base.yml | 1 + .config/hypr/scripts/autostart/services | 1 + .github/README.md | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) 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 ```