/* * 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; } /* `message` must be listed, or a `-mesg` passed by a script is silently * dropped. rofi hides the widget when there is no message, so listing it * costs nothing when unused. rofipass relies on this for its keybinding * cheatsheet. */ mainbox { children: [ inputbar, message, listview ]; } listview { columns: 1; lines: 12; fixed-height: false; }