mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add clip stuff
This commit is contained in:
parent
86c37fe8c3
commit
10119b873b
2 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
});
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ in {
|
|||
clipboard = {
|
||||
enable = true;
|
||||
providers.xclip.enable = true;
|
||||
registers = "unnamed,unnamedplus";
|
||||
};
|
||||
|
||||
mini = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue