feat: add utilities

This commit is contained in:
Swarsel 2024-12-28 03:07:24 +01:00
parent 06b5b95a8a
commit 670475baa4
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 8 additions and 0 deletions

View file

@ -38,6 +38,8 @@
deadnix
statix
nix-tree
manix
comma
# shellscripts
shfmt
@ -116,6 +118,7 @@
wtype
wl-clipboard
wl-mirror
wf-recorder
# screenshotting tools
grim

View file

@ -65,6 +65,7 @@ in
"${modifier}+h" = "exec hyprpicker | wl-copy";
"${modifier}+s" = "exec grim -g \"$(slurp)\" -t png - | wl-copy -t image/png";
"${modifier}+Shift+s" = "exec slurp | grim -g - Pictures/Screenshots/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')";
"${modifier}+Shift+v" = "exec wf-recorder -g '$(slurp -f %o -or)' -f ~/Videos/screenrecord_$(date +%Y-%m-%d-%H%M%S).mkv";
"${modifier}+1" = "workspace 1:";
"${modifier}+Shift+1" = "move container to workspace 1:";
"${modifier}+2" = "workspace 2:";