diff --git a/configuration.nix b/configuration.nix index a7eebc0..5ec65e7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -110,7 +110,7 @@ fff nodejs shellcheck bash dash git - wget brave + wget brave scrot nfs-utils gcc gnumake ]; diff --git a/dotfiles/bspwm/sxhkdrc b/dotfiles/bspwm/sxhkdrc index eb9d584..c2ce759 100644 --- a/dotfiles/bspwm/sxhkdrc +++ b/dotfiles/bspwm/sxhkdrc @@ -138,5 +138,4 @@ alt + {Up,Down} # screenshot capability super + shift + s - mkdir -p ~/screenshots - scrot ~/screenshots/%Y-%m-%d-%T-screenshot.png + mkdir -p ~/screenshots && scrot ~/screenshots/%Y-%m-%d-%T-screenshot.png