diff --git a/roy-config/hypr/hyprland.lua b/roy-config/hypr/hyprland.lua index 2cf4817..b5cec5f 100644 --- a/roy-config/hypr/hyprland.lua +++ b/roy-config/hypr/hyprland.lua @@ -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" }))