hyprland: added cliphist clipboard

This commit is contained in:
Aly Raffauf 2024-03-29 22:23:49 -04:00
parent 51c74e2b1f
commit 342104225b
2 changed files with 6 additions and 1 deletions

View file

@ -40,6 +40,8 @@
xfce.xfconf
];
services.cliphist.enable = true;
services.gpg-agent.enable = true;
wayland.windowManager.hyprland = {

View file

@ -33,9 +33,12 @@ env = GDK_SCALE,1.5
exec-once = dbus-update-activation-environment --systemd HYPRLAND_INSTANCE_SIGNATURE
exec-once = hyprshade auto
exec-once = hyprpaper
exec-once = hypridle
exec-once = waybar
exec-once = mako
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
exec-once = hypridle
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf