switch from swappy to satty :333
This commit is contained in:
parent
c5beab8e33
commit
e1a50fae6e
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
|||
xdg-user-dir = getExe' pkgs.xdg-user-dirs "xdg-user-dir";
|
||||
xdg-open = getExe' pkgs.xdg-utils "xdg-open";
|
||||
notify-send = getExe pkgs.libnotify;
|
||||
swappy = getExe pkgs.swappy;
|
||||
satty = getExe pkgs.satty;
|
||||
asusctl = getExe' config.services.asusd.package "asusctl";
|
||||
rog-control-center = getExe' config.services.asusd.package "rog-control-center";
|
||||
systemctl = getExe' pkgs.systemd "systemctl";
|
||||
|
@ -358,8 +358,8 @@ in {
|
|||
# screenshots
|
||||
"$mainMod, S, exec, ${grimblast} save area - | ${tee} \"$(${xdg-user-dir} PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-copy} && ${notify-send} \"Screenshot taken\""
|
||||
"$mainMod SHIFT, S, exec, ${grimblast} save area - | ${shadower} | ${tee} \"$(${xdg-user-dir} PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-copy} && ${notify-send} \"Screenshot taken (shadower)\""
|
||||
"$mainMod CONTROL, S, exec, ${grimblast} save area - | ${swappy} -f - -o - | ${tee} \"$(${xdg-user-dir} PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-copy} && ${notify-send} \"Screenshot taken\""
|
||||
"$mainMod SHIFT CONTROL, S, exec, ${grimblast} save area - | ${swappy} -f - -o - | ${shadower} | ${tee} \"$(${xdg-user-dir} PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" | ${wl-copy} && ${notify-send} \"Screenshot taken (shadower)\""
|
||||
"$mainMod CONTROL, S, exec, ${grimblast} save area - | ${satty} --early-exit --initial-tool --save-after-copy brush -f - --output-filename \"$(${xdg-user-dir} PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" && ${notify-send} \"Screenshot taken\""
|
||||
"$mainMod SHIFT CONTROL, S, exec, ${grimblast} save area - | ${shadower} | ${satty} --early-exit --initial-tool --save-after-copy brush -f - --output-filename \"$(${xdg-user-dir} PICTURES)/Screenshots/$(date +'screenshot-%Y%m%d%H%M%S.png')\" && ${notify-send} \"Screenshot taken (shadower)\""
|
||||
"$mainMod SHIFT, R, exec, ${hyprctl} reload"
|
||||
|
||||
(mkIf config.services.asusd.enable ", XF86Launch3, exec, ${asusctl} led-mode -n")
|
||||
|
|
Loading…
Reference in a new issue