Add screen grabber to i3

This commit is contained in:
Cyryl Płotnicki 2019-10-31 12:40:09 +00:00
parent 7ab6f2cd8c
commit b363b94403
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@ in
};
};
home.packages = with pkgs; [
cabal-install stack hsetroot lm_sensors
cabal-install stack hsetroot lm_sensors gnome3.gnome-screenshot
wirelesstools ranger xpdf apvlv unstable.xidlehook blueman
fontconfig nodejs rustup gcc gdb
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy

View file

@ -47,6 +47,8 @@ in
"XF86MonBrightnessUp" = "exec light -s sysfs/backlight/intel_backlight -A 5";
"XF86MonBrightnessDown" = "exec light -s sysfs/backlight/intel_backlight -U 5";
"Print" = "exec ${pkgs.gnome3.gnome-screenshot}/bin/gnome-screenshot -i";
"${mod}+r" = "exec ${pkgs.rofi}/bin/rofi -show combi -combi-modi window#run#ssh -modi combi";
"${mod}+c" = "exec ${pkgs.clipmenu}/bin/clipmenu";
"${mod}+q" = "kill";