mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add utilities
This commit is contained in:
parent
06b5b95a8a
commit
670475baa4
3 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:二";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue