diff options
| author | silly <u65487754@gmail.com> | 2026-04-12 08:22:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-12 08:22:35 +0000 |
| commit | 8098c23098e76c37cd3a54014a309fd1859eec04 (patch) | |
| tree | 102df46355cc2a6eab6629df108aeb22723d02f8 /.config | |
| parent | 78ca92499682c9b61b0889bbd6cf5e343e586d36 (diff) | |
Update hyprland.conf
Diffstat (limited to '.config')
| -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 60ccf9f..80a700d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -111,7 +111,7 @@ bind = $mod, Tab, workspace, m+1 bind = $mod, T, exec, ~/.config/scripts/master.sh bind = $mod, L, exec, ~/.config/scripts/power.sh bind = $mod, W, exec, ~/.config/scripts/time.sh -bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --autocopy; rm -f /tmp/hyprpickerlock' +bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --no-zoom --autocopy; rm -f /tmp/hyprpickerlock' 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 |
