screenshotting

This commit is contained in:
2026-06-14 17:53:18 -05:00
parent 0682e4a7fd
commit 6d592125e0
+2 -1
View File
@@ -145,7 +145,8 @@ hl.bind(mainMod .. " + TAB", hl.dsp.exec_cmd("~/.config/hypr/scripts/focus-unfoc
hl.bind(mainMod .. " + SHIFT + TAB", hl.dsp.exec_cmd("~/.config/hypr/scripts/move-workspace-to-unfocused-monitor.sh")) hl.bind(mainMod .. " + SHIFT + TAB", hl.dsp.exec_cmd("~/.config/hypr/scripts/move-workspace-to-unfocused-monitor.sh"))
-- screenshot -- screenshot
hl.bind(mainMod .. " + SHIFT + s", hl.dsp.exec_cmd("grim -g '$(slurp -d)' - | wl-copy")) hl.bind(mainMod .. " + SHIFT + s",
hl.dsp.exec_cmd('grim -g "$(slurp -d)" - | tee /home/$USER/scrot/$(date +" % F_ % T ").png | wl-copy'))
-- fullscreen -- fullscreen
hl.bind(mainMod .. " + SHIFT + f", hl.dsp.window.fullscreen({ action = "toggle" })) hl.bind(mainMod .. " + SHIFT + f", hl.dsp.window.fullscreen({ action = "toggle" }))