misc
This commit is contained in:
parent
f72d7a921d
commit
3a377e24c9
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
maim -su -f jpg -m 10 | xclip -selection clipboard -t image/png
|
||||
maim -su | xclip -selection clipboard -t image/png
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ x sub-step -1
|
|||
mbtn_left cycle pause
|
||||
wheel_up seek 1
|
||||
wheel_down seek -1
|
||||
|
||||
m script-binding mpvacious-menu-open
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
runScript = "bash";
|
||||
extraOutputsToInstall = ["dev"];
|
||||
};
|
||||
fhsenv = pkgs.buildFHSUserEnv (base // fhs);
|
||||
fhsenv = pkgs.buildFHSEnv (base // fhs);
|
||||
in {
|
||||
home.packages = [fhsenv];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ lib.mkIf config.u.has.graphical {
|
|||
"image/jpeg" = image;
|
||||
"image/png" = image;
|
||||
"image/gif" = image;
|
||||
"image/webp" = image;
|
||||
"image/avif" = image;
|
||||
|
||||
"audio/mpeg" = media;
|
||||
"audio/ogg" = media;
|
||||
|
|
|
|||
Loading…
Reference in a new issue