diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index c3dfa34..c1b898a 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,5 @@ configuration { -/* modi: "window,run,ssh";*/ - modi: "run,clipboard:greenclip print,ssh"; + modi: "drun,run,clipboard:greenclip print,ssh"; /* width: 50;*/ /* lines: 15;*/ /* columns: 1;*/ @@ -11,7 +10,7 @@ configuration { /* yoffset: 0;*/ /* xoffset: 0;*/ /* fixed-num-lines: true;*/ -/* show-icons: false;*/ + show-icons: true; /* terminal: "rofi-sensible-terminal";*/ /* ssh-client: "ssh";*/ /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ @@ -20,7 +19,7 @@ configuration { /* run-shell-command: "{terminal} -e {cmd}";*/ /* window-command: "wmctrl -i -R {window}";*/ /* window-match-fields: "all";*/ -/* icon-theme: ;*/ + icon-theme: "Papirus"; /* drun-match-fields: "name,generic,exec,categories";*/ /* drun-show-actions: false;*/ /* drun-display-format: "{name} [({generic})]";*/