Compare commits
No commits in common. "c06d1c3138b9208d305c25a37eeebb94824f986b" and "eaf64f95238efcaf50cb48c59e481f8ef8cff448" have entirely different histories.
c06d1c3138
...
eaf64f9523
@ -45,9 +45,15 @@ inputs: {
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wget
|
||||
httpie
|
||||
|
||||
jq
|
||||
ripgrep
|
||||
lsd
|
||||
|
||||
libnotify
|
||||
notify-desktop
|
||||
];
|
||||
|
||||
programs.starship = {
|
||||
|
@ -161,11 +161,7 @@ in {
|
||||
"${modifier}+q" = "kill";
|
||||
|
||||
"Print" = "exec ${config.services.flameshot.package}/bin/flameshot gui -p=\"${config.services.flameshot.settings.General.savePath}/$(date '+${config.services.flameshot.settings.General.filenamePattern}')\" --raw | ${pkgs.wl-clipboard}/bin/wl-copy -t image/png";
|
||||
"Shift+Print" = "exec ${pkgs.wl-clipboard}/bin/wl-paste > /tmp/clipup && ${
|
||||
if cfg.uploadScript != null
|
||||
then cfg.uploadScript
|
||||
else ":"
|
||||
} /tmp/clipup | ${pkgs.wl-clipboard}/bin/wl-copy && ${pkgs.libnotify}/bin/notify-send 'Clipboard uploaded!'";
|
||||
"Shift+Print" = "exec ${pkgs.wl-clipboard}/bin/wl-paste > /tmp/clipup && ${if cfg.uploadScript != null then cfg.uploadScript else ":"} /tmp/clipup | ${pkgs.wl-clipboard}/bin/wl-copy && ${pkgs.libnotify}/bin/notify-send 'Clipboard uploaded!'";
|
||||
|
||||
"${modifier}+c" = "exec ${config.services.clipman.package}/bin/clipman pick -t rofi";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user