Project import generated by Copybara.
GitOrigin-RevId: 975161aa2f1036264c56d7a81b79ac74ba68b276
diff --git a/private_dot_config/rofi/config.rasi.tmpl b/private_dot_config/rofi/config.rasi.tmpl
new file mode 100644
index 0000000..43ed37d
--- /dev/null
+++ b/private_dot_config/rofi/config.rasi.tmpl
@@ -0,0 +1,35 @@
+@theme "squared-everforest.rasi"
+
+configuration {
+ modes: "drun,run,ssh,window";
+ show-icons: true;
+ terminal: "foot";
+ icon-theme: "hicolor";
+ drun-match-fields: "name,generic,categories,keywords";
+ drun-show-actions: false;
+ sidebar-mode: true;
+ window-thumbnail: true;
+ timeout {
+ action: "kb-cancel";
+ delay: 0;
+ }
+ filebrowser {
+ directories-first: true;
+ sorting-method: "name";
+ }
+ icon {
+ theme: "hicolor";
+ }
+ drun {
+ display-name: "";
+ }
+ run {
+ display-name: "";
+ }
+ ssh {
+ display-name: "";
+ }
+ window {
+ display-name: "";
+ }
+}