aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/rofi/config.rasi
blob: 66f2330b8b6e8b139b9238afeca2f18b38bb4179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
configuration {
  show-icons:         true;
  icon-theme:         "Zafiro";
  terminal:           "alacritty";
  cycle:              false;
  hide-scrollbar:     true;
  disable-history:    false;
}
window {
  font:		"hacker 22";
  children: [ inputbar, message, listview, mode-switcher ];
}