screenshotting
This commit is contained in:
@@ -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"))
|
||||
|
||||
-- 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
|
||||
hl.bind(mainMod .. " + SHIFT + f", hl.dsp.window.fullscreen({ action = "toggle" }))
|
||||
|
||||
Reference in New Issue
Block a user