add configuration files

This commit is contained in:
unset
2025-03-09 16:00:20 +01:00
committed by Quinn
commit 0bff70d604
51 changed files with 6970 additions and 0 deletions

29
.config/rofi/emoji.rasi Normal file
View File

@@ -0,0 +1,29 @@
@theme "/usr/share/rofi/themes/gruvbox-dark-soft.rasi"
configuration {
modi: "emoji";
location: 5;
show-icons: false;
}
window {
width: 350;
height: 600;
}
element {
orientation: vertical;
size: 1em;
}
element-text {
font: "monospace 20";
horizontal-align: 0.5;
vertical-align: 0.5;
}
listview {
layout: "grid";
columns: 7;
spacing: 10px;
}