diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 6747a42..a5d6b0f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -15,7 +15,7 @@ set $rofi_drun rofi -show drun -show-icons # This is a little hacky but I don't know if # any other way is possible on wayland. set $rofi_cliphist cliphist list \ - | rofi -dmenu -p "" \ + | rofi -dmenu -i -p "" \ | cliphist decode \ | wl-copy \ && wtype -M ctrl -M shift -k v -m shift -m ctrl |
