Add rofi dotfiles

This commit is contained in:
Fabio Scotto di Santolo
2026-03-16 21:19:24 +01:00
parent 822e35ff83
commit a259a73710
2 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
window {
location: north;
anchor: north;
width: 100%;
border: 0;
}
listview {
lines: 8;
}
mainbox {
children: [ inputbar, listview ];
}