summaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
blob: 32b123168547861e54e5fb6e0f4863309bf0b126 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*-*- mode: css; -*-*/
/* Rofi config file */
configuration {
    font: "Hack Nerd Font 14";
    show-icons: true;
    display-window: "Window";
    display-drun: "";
	modes: [window,drun,run,ssh,filebrowser,combi];
}

@theme "simple-tokyonight"

listview {
    lines: 12;
}