Is there a way to set a five second timer for grim via the terminal? I want to take a screenshot, but the thing i want to screenshot disappears once i try another keycombo or select a new window.
You must log in or register to comment.
sleep 5 && yourcommand
You can probably just do
sleep 5
as the program to run.It depends on your desktop environment or window manager, how you’d bind a command to a keybind.
That worked perfectly! Thanks!
I use sway so keybinds are
bindsym $mod+p exec grim
^ super simple version of my my grim keybind. I tie it with slurp. Either way, i’ll give it a shot!