diff options
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config.rasi | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 4d0eb3d..90b89fc 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,12 +1,14 @@  @theme "wpg"  configuration { -	modi: "combi,filebrowser,emoji"; +	modi: "combi"; +	combi-modi: "run,ssh,emoji,pass:rofi-pass.sh pass,otp:rofi-pass.sh otp"; +	show-icons: true; +	sidebar-mode: true;  /*	font: "mono 12";*/  /*	location: 0;*/  /*	yoffset: 0;*/  /*	xoffset: 0;*/  /*	fixed-num-lines: true;*/ -	show-icons: true;  /*	terminal: "rofi-sensible-terminal";*/  /*	ssh-client: "ssh";*/  /*	ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ @@ -27,13 +29,11 @@ configuration {  /*	sorting-method: "normal";*/  /*	case-sensitive: false;*/  /*	cycle: true;*/ -	sidebar-mode: true;  /*	hover-select: false;*/  /*	eh: 1;*/  /*	auto-select: false;*/  /*	parse-hosts: false;*/  /*	parse-known-hosts: true;*/ -	combi-modi: "run,ssh";  /*	matching: "normal";*/  /*	tokenize: true;*/  /*	m: "-5";*/ |