summaryrefslogtreecommitdiff
path: root/rofi.rasi
blob: 83363c144670491e2ff75a0e8c4c6bd2033c01ec (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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"