pkgs: clipse

This commit is contained in:
Sweetbread 2024-09-20 14:38:07 +03:00
parent af19222d90
commit 3d20e95711

View File

@ -5,6 +5,7 @@
waybar waybar
pamixer pamixer
wofi wofi
clipse
]; ];
wayland.windowManager.hyprland = wayland.windowManager.hyprland =
@ -178,17 +179,21 @@
"float, title:^(Список друзей)" "float, title:^(Список друзей)"
]; ];
windowrulev2 = [
"float, class:(clipse)"
"size 622 652, class:(clipse)"
];
exec-once = [ exec-once = [
"systemctl --user start plasma-polkit-agent" "systemctl --user start plasma-polkit-agent"
"swww init" "swww init"
"python3 ${lib.getExe wallpaper_changer}" "python3 ${lib.getExe wallpaper_changer}"
"waybar" "waybar"
"wl-paste --type text --watch cliphist store" "clipse -listen"
"wl-paste --type image --watch cliphist store"
]; ];
bind = [ bind = [
"$mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy" "$mainMod, V, exec, alacritty --class clipse -e clipse "
"$mainMod, Return, exec, alacritty" "$mainMod, Return, exec, alacritty"
"$mainMod, Q, killactive," "$mainMod, Q, killactive,"