diff options
| author | silly <u65487754@gmail.com> | 2026-04-12 07:11:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-12 07:11:35 +0000 |
| commit | fbf97ae334fd9921308c93940e978b6f9f6ebb0e (patch) | |
| tree | 54a77786cca4d4376dcb040e1fea2cd359dff158 | |
| parent | 42b8d8cda0e64b06120af9c2b3cea0d361ba7daa (diff) | |
Update hyprland.conf
| -rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a67c275..064de03 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -112,7 +112,7 @@ bind = $mod, R, exec, $menu bind = $mod, F, fullscreen, 0 bind = $mod, Tab, workspace, m+1 bind = $mod, P, exec, hyprpicker --autocopy -bind = ALT, S, exec, grim -g "$(slurp)" - | wl-copy +bind = ALT, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; grim -g "$(slurp)" - | wl-copy; rm -f /tmp/slurplock' bind = $mod, left, movefocus, l bind = $mod, right, movefocus, r |
