diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-30 15:32:02 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-30 15:32:02 +0800 |
| commit | cb778001429dd3e3585d7fc7113487fd03076521 (patch) | |
| tree | 4fa217b606095894ae0ef59b64fe644a9aad4037 /hypr | |
| parent | 195b2f20d6332483d73711ad736be4fc0b8f9186 (diff) | |
rofi: add image support
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 5dde431..59e5caa 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -37,7 +37,8 @@ exec-once = kitty exec-once = quickshell exec-once = hyprpaper exec-once = dunst -exec-once = wl-paste --watch cliphist store +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store # ╔════════════════════════════════════════╗ # ║ 🌿 ENVIRONMENT VARIABLES ║ |
