Clipman -> copyq
This commit is contained in:
parent
7037e0d384
commit
5ffa356e29
@ -1,7 +0,0 @@
|
||||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.clipman ];
|
||||
home-manager.users.balsoft = {
|
||||
wayland.windowManager.sway.config.startup =
|
||||
[{ command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store"; }];
|
||||
};
|
||||
}
|
19
profiles/workspace/copyq.nix
Normal file
19
profiles/workspace/copyq.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.copyq ];
|
||||
home-manager.users.balsoft = {
|
||||
wayland.windowManager.sway.config = {
|
||||
window.commands = [
|
||||
{
|
||||
criteria = { title = ".*CopyQ"; };
|
||||
command = "floating enable";
|
||||
}
|
||||
{
|
||||
criteria = { title = ".*CopyQ"; };
|
||||
command = "move position mouse";
|
||||
}
|
||||
];
|
||||
startup = [{ command = "${pkgs.copyq}/bin/copyq"; }];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
@ -171,6 +171,8 @@ in {
|
||||
"${modifier}+k" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
||||
"${modifier}+l" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
||||
|
||||
"${modifier}+Slash" = "exec ${pkgs.copyq}/bin/copyq menu";
|
||||
|
||||
"${modifier}+Print" = script "screenshot"
|
||||
"${pkgs.grim}/bin/grim Pictures/$(date +'%Y-%m-%d+%H:%M:%S').png";
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
nheko
|
||||
packages
|
||||
|
||||
clipman
|
||||
copyq
|
||||
cursor
|
||||
direnv
|
||||
fonts
|
||||
|
Loading…
Reference in New Issue
Block a user