From 9dbfd807127290f553b780e77890ef9714e75b14 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 1 Aug 2020 12:15:09 -0400 Subject: [PATCH] Rofi Icons - Add drun to list of modi - Enable show icons - Use Papirus icon theme --- .config/rofi/config.rasi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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})]";*/