diff options
| author | JaKooLit <jimmielovejay.com> | 2024-05-18 18:26:30 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-05-18 18:26:30 +0900 |
| commit | 364491709366b195d9fb2ce0ca3bae6e182dbabf (patch) | |
| tree | 9eb23adbb285b7c6c7e07a809df374810ce44831 /config/rofi/config-clipboard.rasi | |
| parent | f327c5f6d4fa24ae14ce265ef6995f81df105bcd (diff) | |
some tidying up Rofi Configs
Diffstat (limited to 'config/rofi/config-clipboard.rasi')
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 9573262e..34b471cb 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,10 +1,16 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Clipboard Config (long) - Clipboard */ +/* Clipboard Config - Clipboard */ -@import "~/.config/rofi/config-long.rasi" +@import "~/.config/rofi/config.rasi" /* ---- Entry ---- */ entry { width: 45%; placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; } + +/* ---- Listview ---- */ +listview { + columns: 1; + lines: 8; +}
\ No newline at end of file |
