Add clip stuff

This commit is contained in:
Sage 2026-01-30 13:25:45 +00:00
parent 86c37fe8c3
commit 10119b873b
2 changed files with 2 additions and 0 deletions

View file

@ -157,6 +157,7 @@ in
"XF86AudioLowerVolume" = "exec --no-startup-id pactl set-sink-volume 0 -2%";
"Print" = "exec ${getExe fsss}";
"${modifier}+z" = "exec ${getExe zmenu}";
"${modifier}+p" = "exec clipmenu";
"${modifier}+y" = "sticky toggle";
"${modifier}+g" = "floating toggle";
});

View file

@ -103,6 +103,7 @@ in {
clipboard = {
enable = true;
providers.xclip.enable = true;
registers = "unnamed,unnamedplus";
};
mini = {