summaryrefslogtreecommitdiff
path: root/artix/home/.config/rofi/config.rasi
blob: 03a46e6ab69d99d9eda91faf2c6cbb6233f058b7 (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
@theme "tokyonight.rasi"

configuration {
	modes: "window,drun,run,ssh";
	font: "monospace 18";
	show-icons: true;
	terminal: "alacritty";
	ssh-client: "ssh";
	disable-history: true;
	sort: true;
	sorting-method: "normal";
	case-sensitive: false;
	case-smart: false;
	cycle: true;
	sidebar-mode: false;
	hover-select: true;

  timeout {
      action: "kb-cancel";
      delay:  0;
  }

  filebrowser {
      directories-first: true;
      sorting-method:    "name";
  }
}