Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 18, 2020
1 parent ab3db16 commit 9fd3944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions users/window-managers/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"${mod}+Print" = ''
exec ${pkgs.maim}/bin/maim | \
${pkgs.xclip}/bin/xclip -selection clipboard -t image/png'';
"Ctrl+${mod}+Print" = ''
exec mkdir -p ${xdg.userDirs.pictures}/shots && \
${pkgs.maim}/bin/maim ${xdg.userDirs.pictures}/shots/$(date +%FT%R:%S).png'';
#"Ctrl+${mod}+Print" = ''
# exec mkdir -p ${xdg.userDirs.pictures}/shots && \
# ${pkgs.maim}/bin/maim ${xdg.userDirs.pictures}/shots/$(date +%FT%R:%S).png'';
};
bars = [{
position = "top";
Expand Down

0 comments on commit 9fd3944

Please sign in to comment.