Add screen grabber to i3
This commit is contained in:
parent
7ab6f2cd8c
commit
b363b94403
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue