📦️ deps(system): add wl-clip-persist back to the config
This commit is contained in:
parent
3930144b87
commit
b295c83c52
3 changed files with 4 additions and 2 deletions
|
@ -127,6 +127,7 @@
|
||||||
- nwg-look
|
- nwg-look
|
||||||
- pyprland
|
- pyprland
|
||||||
- rofi-lboon-wayland
|
- rofi-lboon-wayland
|
||||||
|
- wl-clip-persist-git
|
||||||
|
|
||||||
# Hooks
|
# Hooks
|
||||||
- check-broken-packages-pacman-hook-git
|
- check-broken-packages-pacman-hook-git
|
||||||
|
|
|
@ -30,6 +30,7 @@ hypridle &
|
||||||
|
|
||||||
# Clipboard
|
# Clipboard
|
||||||
wl-paste --watch cliphist store &
|
wl-paste --watch cliphist store &
|
||||||
|
wl-clip-persist --clipboard regular &
|
||||||
|
|
||||||
# Polkit authentication
|
# Polkit authentication
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
4
.github/README.md
vendored
4
.github/README.md
vendored
|
@ -207,11 +207,11 @@ Here is all the information about my setup:
|
||||||
> [!NOTE]
|
> [!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/).
|
> 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
|
```bash
|
||||||
yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \
|
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 \
|
pyprland qt5ct pavucontrol cliphist playerctl udiskie devify fzf jq eza fd \
|
||||||
catppuccin-gtk-theme-macchiato catppuccin-cursors-macchiato cava slurp grim
|
catppuccin-gtk-theme-macchiato catppuccin-cursors-macchiato cava slurp grim
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue