mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: add utilities
This commit is contained in:
parent
06b5b95a8a
commit
670475baa4
3 changed files with 8 additions and 0 deletions
|
|
@ -8175,6 +8175,8 @@ This holds packages that I can use as provided, or with small modifications (as
|
||||||
deadnix
|
deadnix
|
||||||
statix
|
statix
|
||||||
nix-tree
|
nix-tree
|
||||||
|
manix
|
||||||
|
comma
|
||||||
|
|
||||||
# shellscripts
|
# shellscripts
|
||||||
shfmt
|
shfmt
|
||||||
|
|
@ -8253,6 +8255,7 @@ This holds packages that I can use as provided, or with small modifications (as
|
||||||
wtype
|
wtype
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-mirror
|
wl-mirror
|
||||||
|
wf-recorder
|
||||||
|
|
||||||
# screenshotting tools
|
# screenshotting tools
|
||||||
grim
|
grim
|
||||||
|
|
@ -10433,6 +10436,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se
|
||||||
"${modifier}+h" = "exec hyprpicker | wl-copy";
|
"${modifier}+h" = "exec hyprpicker | wl-copy";
|
||||||
"${modifier}+s" = "exec grim -g \"$(slurp)\" -t png - | wl-copy -t image/png";
|
"${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+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}+1" = "workspace 1:一";
|
||||||
"${modifier}+Shift+1" = "move container to workspace 1:一";
|
"${modifier}+Shift+1" = "move container to workspace 1:一";
|
||||||
"${modifier}+2" = "workspace 2:二";
|
"${modifier}+2" = "workspace 2:二";
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,8 @@
|
||||||
deadnix
|
deadnix
|
||||||
statix
|
statix
|
||||||
nix-tree
|
nix-tree
|
||||||
|
manix
|
||||||
|
comma
|
||||||
|
|
||||||
# shellscripts
|
# shellscripts
|
||||||
shfmt
|
shfmt
|
||||||
|
|
@ -116,6 +118,7 @@
|
||||||
wtype
|
wtype
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-mirror
|
wl-mirror
|
||||||
|
wf-recorder
|
||||||
|
|
||||||
# screenshotting tools
|
# screenshotting tools
|
||||||
grim
|
grim
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@ in
|
||||||
"${modifier}+h" = "exec hyprpicker | wl-copy";
|
"${modifier}+h" = "exec hyprpicker | wl-copy";
|
||||||
"${modifier}+s" = "exec grim -g \"$(slurp)\" -t png - | wl-copy -t image/png";
|
"${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+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}+1" = "workspace 1:一";
|
||||||
"${modifier}+Shift+1" = "move container to workspace 1:一";
|
"${modifier}+Shift+1" = "move container to workspace 1:一";
|
||||||
"${modifier}+2" = "workspace 2:二";
|
"${modifier}+2" = "workspace 2:二";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue