From 306c1f065724722ea24f407c2aaad8f6fed64080 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 09:28:47 +0200 Subject: feat: add udt list layout Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- rofi/udt/list.rasi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 rofi/udt/list.rasi 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. + * 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; +} -- cgit v1.2.3