Add copyq for clipboard management
This commit is contained in:
parent
e7c9db7711
commit
35467a996a
2 changed files with 3 additions and 0 deletions
system/nixos/home-manager
|
@ -18,6 +18,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.copyq.enable = true;
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ in
|
|||
"${modifier}+Shift+l" = "move right";
|
||||
|
||||
"${modifier}+Shift+p" = "exec flameshot gui";
|
||||
"${modifier}+Shift+y" = "exec copyq toggle";
|
||||
|
||||
"XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume";
|
||||
"XF86AudioLowerVolume" = "exec pamixer -ud 2 && pamixer --get-volume";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue