mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 22:53:56 -05:00
hyprland: added cliphist clipboard
This commit is contained in:
parent
51c74e2b1f
commit
342104225b
|
@ -40,6 +40,8 @@
|
|||
xfce.xfconf
|
||||
];
|
||||
|
||||
services.cliphist.enable = true;
|
||||
|
||||
services.gpg-agent.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue