diff options
| -rw-r--r-- | rofi/udt/list.rasi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/rofi/udt/list.rasi b/rofi/udt/list.rasi new file mode 100644 index 0000000..835c13e --- /dev/null +++ b/rofi/udt/list.rasi @@ -0,0 +1,24 @@ +/* + * udt list layout: a tall, searchable, single-column list. + * For ssh hosts, passwords, emoji, VMs, repos, windows, clipboard. + * Copyright (C) 2026 Danilo M. <danix@danix.xyz> + * Licensed under the GNU General Public License v2 only. + */ + +@import "common.rasi" + +window { + width: 680px; + anchor: center; + location: center; +} + +mainbox { + children: [ inputbar, listview ]; +} + +listview { + columns: 1; + lines: 12; + fixed-height: false; +} |
