Add screenshot tool to i3
This commit is contained in:
parent
48bf60da1b
commit
af9c209bd3
2 changed files with 141 additions and 127 deletions
9
home/X11/i3/screenshot.nix
Normal file
9
home/X11/i3/screenshot.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
xsession.windowManager.i3.config = {
|
||||
startup = [ { command = "${pkgs.flameshot}/bin/flameshot"; } ];
|
||||
keybindings."Print" = "exec ${pkgs.flameshot}/bin/flameshot gui";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue