stib<p><span class="h-card" translate="no"><a href="https://mastodon.social/@selje" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>selje</span></a></span> I used <a href="https://aus.social/tags/rofi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rofi</span></a> + <a href="https://aus.social/tags/Thunar" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Thunar</span></a> custom actions to bodge up a previewer. For text files I added this command:<br>```<br>rofi -show prvw -modes "prvw:head -20 %n" -theme-str "mainbox {children:[listview];}"<br>```<br>That pops up a rofi window with the first 20 lines of the file. Would be great if I could assign it to a hotkey, so I don't have to right-click to get it, but it's a start.</p>