summaryrefslogtreecommitdiff
path: root/desktop-common/.config/rofi/config.rasi
blob: 474a1607795e8baf764756757f7a184a2fe24aec (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
configuration {
  modi: "drun,window,run";

  /*display-drun: "➤";*/
  display-drun: "󰚌";
  display-window: "";
  display-run: "";
  display-filebrowser: "";

  show-icons: true;

  window {
    hide-active-window: true;
  }

  filebrowser {
    directory: "/home/setanta/storage/Downloads/images/";
    directories-first: false;
    sorting-method: "atime";
    command: "show_image_and_copy_to_clipboard";
  }
}

@theme "/home/setanta/.config/rofi/themes/dark.rasi"

/*
* vim:ft=css
**/