From f511d37a87c69308422821e8f8a36b7e6b6609da Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 22 Jun 2025 23:16:11 +0200 Subject: [PATCH] clipboard manager --- configuration.nix | 1 + dotfiles/hypr-desk/source/autostart.conf | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5c4b36e..1f6baa0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -105,6 +105,7 @@ lf fzf qemu + cliphist ]; programs.virt-manager.enable = true; diff --git a/dotfiles/hypr-desk/source/autostart.conf b/dotfiles/hypr-desk/source/autostart.conf index f54f824..b1d1f7e 100644 --- a/dotfiles/hypr-desk/source/autostart.conf +++ b/dotfiles/hypr-desk/source/autostart.conf @@ -2,10 +2,10 @@ exec-once = waybar exec = hyprpaper exec = killall waybar && waybar -#exec-once = wl-paste --type text --watch cliphist store -#exec-once = wl-paste --type image --watch cliphist store +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store #exec-once = systemctl --user start hyprpolkitagent exec-once = mako # APPs -#exec-once = [workspace 11 silent] webcord -#exec-once = [workspace 10 silent] thunderbird +exec-once = [workspace 11 silent] webcord +exec-once = [workspace 10 silent] thunderbird