aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/rofi.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/rofi.rasi')
-rw-r--r--tw/home/files/rofi.rasi41
1 files changed, 41 insertions, 0 deletions
diff --git a/tw/home/files/rofi.rasi b/tw/home/files/rofi.rasi
new file mode 100644
index 00000000..83363c14
--- /dev/null
+++ b/tw/home/files/rofi.rasi
@@ -0,0 +1,41 @@
+/* -*- mode: css -*- */
+configuration {
+ modi: "combi,windowcd,calc";
+ combi-modi: "window,drun,session:sessionmenu,ssh,run";
+ terminal: "rofi-sensible-terminal";
+ icon-theme: "Papirus-Dark";
+ drun-show-actions: true; /* show actions defined in .desktop files as well */
+ combi-display-format: "{text}"; /* hide {mode} prefix */
+ show-icons: true;
+ disable-history: false;
+ case-sensitive: false;
+ cycle: true;
+ matching: "normal";
+ scroll-method: 0;
+ /* Needed by Catppuccin theme: */
+ sidebar-mode: true;
+ hide-scrollbar: true;
+ location: 0;
+ /* End of theme-related config. */
+ display-window: "Windows";
+ display-windowcd: "Workspace";
+ display-run: "Run";
+ display-ssh: "SSH";
+ display-drun: "Desktop";
+ display-combi: "Combined";
+ display-calc: "Calculator";
+ display-session: "Session";
+ display-keys: "Keys";
+ display-filebrowser: "Files";
+ display-emoji: "Emoji";
+ timeout {
+ action: "kb-cancel";
+ delay: 0;
+ }
+ filebrowser {
+ directories-first: true;
+ sorting-method: "name";
+ }
+}
+
+@theme "catppuccin"